-
polars Public
Forked from pola-rs/polarsFast multi-threaded, hybrid-out-of-core query engine focussing on DataFrame front-ends
-
rust Public
Forked from rust-lang/rustA safe, concurrent, practical language.
Rust Other UpdatedDec 10, 2025 -
mincdc Public
MinCDC is a very simple yet efficient content-defined chunking algorithm.
-
-
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 -
foldhash Public
A fast, non-cryptographic, minimally DoS-resistant hashing algorithm for Rust.
-
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.
-
crossbeam Public
Forked from crossbeam-rs/crossbeamTools for concurrent programming in Rust
Rust Apache License 2.0 UpdatedJun 4, 2025 -
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/.
-
recursive Public
Easy recursion in Rust, without stack overflows.
-
voultapher-sort-research-rs Public
Forked from Voultapher/sort-research-rsTest and benchmark suite for sort implementations in Rust
-
-
-
atoi_simd Public
Forked from RoDmitry/atoi_simdRust fast `&[u8]` to integer parser
-
aHash Public
Forked from tkaitchuck/aHashaHash is a non-cryptographic hashing algorithm that uses the AES hardware instruction
Rust Apache License 2.0 UpdatedOct 17, 2023 -
-
arrow2 Public
Forked from jorgecarleitao/arrow2Transmute-free Rust library to work with the Arrow format
Rust Apache License 2.0 UpdatedAug 16, 2023 -
regex Public
Forked from rust-lang/regexAn implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs.
Rust Apache License 2.0 UpdatedAug 7, 2023 -
polars-book Public
Forked from pola-rs/polars-bookBook documentation of the Polars DataFrame library
HTML UpdatedAug 4, 2023 -
polymur-hash Public
The PolymurHash universal hash function.