-
polars Public
Forked from pola-rs/polarsFast multi-threaded, hybrid-out-of-core query engine focussing on DataFrame front-ends
Rust MIT License UpdatedSep 17, 2026 -
rust Public
Forked from rust-lang/rustA safe, concurrent, practical language.
Rust Other UpdatedSep 9, 2026 -
-
rustsat Public
Forked from chrjabs/rustsatThis library aims to provide implementations of elements commonly used in the development on software in the area of satisfiability solving. The focus of the library is to provide as much ease of u…
Rust MIT License UpdatedAug 26, 2026 -
-
color-backtrace Public
Forked from athre0z/color-backtraceColorful panic backtraces for Rust
-
hwlocality Public
Forked from HadrienG2/hwlocalityRust bindings to Open MPI Portable Hardware Locality "hwloc" library, covering version 2.0 and above.
Rust MIT License UpdatedJul 22, 2026 -
foldhash Public
A fast, non-cryptographic, minimally DoS-resistant hashing algorithm for Rust.
-
cargo-show-asm Public
Forked from pacak/cargo-show-asmcargo subcommand showing the assembly, LLVM-IR and MIR generated for Rust code
Rust Apache License 2.0 UpdatedJun 25, 2026 -
halfbrown Public
Forked from Licenser/halfbrownMulti backend HashMap for higher performance on different key space sizes
Rust Other UpdatedJun 4, 2026 -
cargo Public
Forked from rust-lang/cargoThe Rust package manager
Rust Apache License 2.0 UpdatedMay 10, 2026 -
int-cast Public
This Rust crate provides convenient casts between primitive integers.
-
osrs-dps-calc Public
Forked from weirdgloop/osrs-dps-calcWeb-based DPS calculator for Old School RuneScape
TypeScript GNU General Public License v3.0 UpdatedApr 14, 2026 -
maturin Public
Forked from PyO3/maturinBuild and publish crates with pyo3, cffi and uniffi bindings as well as rust binaries as python packages
Rust Apache License 2.0 UpdatedFeb 28, 2026 -
mincdc Public
MinCDC is a very simple yet efficient content-defined chunking algorithm.
-
crossbeam Public
Forked from crossbeam-rs/crossbeamTools for concurrent programming in Rust
Rust Apache License 2.0 UpdatedFeb 14, 2026 -
fibonacci-sort-bench Public
A small shellsort benchmark accompanying http://orlp.net/blog/fibonacci-sort/.
-
libflate Public
Forked from sile/libflateA Rust implementation of DEFLATE algorithm and related formats (ZLIB, GZIP)
-
arrow-go Public
Forked from apache/arrow-goOfficial Go implementation of Apache Arrow
Assembly Apache License 2.0 UpdatedSep 22, 2025 -
tokio Public
Forked from tokio-rs/tokioA runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ...
Rust MIT License UpdatedJul 9, 2025 -
atomic-waker Public
Forked from smol-rs/atomic-wakerfutures::task::AtomicWaker extracted into its own crate
Rust Apache License 2.0 UpdatedJul 8, 2025 -
chrono-tz Public
Forked from chronotope/chrono-tzTimeZone implementations for rust-chrono from the IANA database
Rust Other UpdatedJul 7, 2025 -
parking_lot Public
Forked from Amanieu/parking_lotCompact and efficient synchronization primitives for Rust. Also provides an API for creating custom synchronization primitives.
-
rfcs Public
Forked from rust-lang/rfcsRFCs for changes to Rust
Shell Apache License 2.0 UpdatedMay 3, 2025 -
polars-benchmark Public
Forked from pola-rs/polars-benchmarkC Apache License 2.0 UpdatedMar 20, 2025 -
rustc-hash Public
Forked from rust-lang/rustc-hashCustom hash algorithm used by rustc (plus hashmap/set aliases): fast, deterministic, not secure
Rust Apache License 2.0 UpdatedJan 26, 2025 -
itertools Public
Forked from rust-itertools/itertoolsExtra iterator adaptors, iterator methods, free functions, and macros.
Rust Apache License 2.0 UpdatedDec 30, 2024 -
-
foldhash_smhasher3 Public
A fork of SMHasher3 that includes foldhash from the Rust crate.
C++ GNU General Public License v3.0 UpdatedAug 12, 2024 -
sum-bench Public
This is the code accompanying https://orlp.net/blog/taming-float-sums/.