flier / rust-t1ha
Rust implementation for T1HA (Fast Positive Hash)
☆86Updated 11 months ago
Alternatives and similar repositories for rust-t1ha:
Users that are interested in rust-t1ha are comparing it to the libraries listed below
- An idiomatic and fast QP-trie implementation in pure Rust.☆95Updated 8 months ago
- A suite of non-cryptographic hash functions for Rust.☆139Updated 2 years ago
- ☆52Updated 5 years ago
- Faster integer division and modulus operations☆70Updated 2 years ago
- Synchronization primitives for Futures and async/await based on intrusive collections☆176Updated 9 months ago
- A growable bit-vector for Rust, optimized for size☆40Updated 9 months ago
- A map implementation that relies on fixed-size storage derived by a procedural macro☆43Updated last month
- A generic, fixed-size, associative cache☆39Updated 2 months ago
- A crate that exposes some SIMD functionality on nightly Rust; to be obsoleted by stdsimd☆80Updated last year
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆80Updated 3 years ago
- A Rust data structure for efficient lower-bound lookups☆89Updated 10 months ago
- Thread-safe object pool with automatic return and attach/detach semantics☆74Updated 3 months ago
- Read and write from offsets in Rust.☆77Updated 8 months ago
- Small Box optimization: store small item on stack and fallback to heap for large item.☆77Updated 3 weeks ago
- Xor filters - efficient probabilistic hashsets. Faster and smaller than bloom and cuckoo filters.☆133Updated 9 months ago
- A tiny library to efficiently search strings for sets of ASCII characters and byte slices for sets of bytes.☆114Updated 5 months ago
- Native Rust port of Google's HighwayHash, which makes use of SIMD instructions for a fast and strong hash function☆160Updated last week
- A tool for finding large memcpy's in llvm ir☆60Updated 5 years ago
- bencher is just a port of the libtest (unstable) benchmark runner to Rust stable releases. `cargo bench` on stable. "Not a better bencher…☆86Updated 2 years ago
- An on-disk hash table implementation☆113Updated 3 years ago
- Fast and simple file reading for Rust☆36Updated 8 months ago
- ☆55Updated last year
- Supercharge you Rust programs!☆38Updated 7 years ago
- Generic SIMD abstractions for Rust.☆47Updated 2 years ago
- A lightweight, no-std, object-safe, serialization-only framework for Rust☆94Updated this week
- SegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size.☆37Updated last year
- A futures abstraction that runs a set of futures which may complete in any order.☆89Updated 5 months ago
- A fast implementation of single-pattern substring search using SIMD acceleration.☆92Updated 3 months ago
- Rust FFI wrapper for CRoaring☆159Updated 2 weeks ago