nickbabcock / highway-rsLinks
Native Rust port of Google's HighwayHash, which makes use of SIMD instructions for a fast and strong hash function
☆172Updated 2 months ago
Alternatives and similar repositories for highway-rs
Users that are interested in highway-rs are comparing it to the libraries listed below
Sorting:
- A suite of non-cryptographic hash functions for Rust.☆139Updated 3 years ago
- An on-disk hash table implementation☆124Updated 3 years ago
- A lock-free, partially wait-free, eventually consistent, concurrent hashmap.☆255Updated 3 years ago
- rust bindings of snmalloc☆142Updated last month
- Library safely exposing the io_uring API.☆69Updated last week
- More efficient alternative to `serde_json::Value` which saves memory by interning primitive values and using tagged pointers.☆139Updated 10 months ago
- Lock-free concurrent and single-threaded hash map implementations using Leapfrog probing. Currently the highest performance concurrent Ha…☆257Updated 3 months ago
- Rust FFI wrapper for CRoaring☆161Updated 2 weeks ago
- A fast and flexible LRU map.☆193Updated 9 months ago
- Mix async code with CPU-heavy thread pools using Tokio + Rayon☆144Updated 2 years ago
- Xor filters - efficient probabilistic hashsets. Faster and smaller than bloom and cuckoo filters.☆144Updated last month
- Fast, SIMD-accelerated CRC32 (IEEE) checksum computation in Rust☆307Updated 3 months ago
- Object Pool LockFree in Rust☆47Updated 3 weeks ago
- Concurrently Readable Data Structures for Rust☆361Updated 3 months ago
- Extended utilities for working with files and filesystems in Rust☆149Updated last year
- Fork of std::Arc with lots of utilities useful for FFI☆258Updated 2 weeks ago
- A Rust data structure for efficient lower-bound lookups☆92Updated last year
- Simple string matching with single- and multiple-wildcard operator☆88Updated last month
- An ε-copy serialization/deserialization framework for Rust☆159Updated this week
- Better reference counted strings for Rust☆137Updated last year
- ☆202Updated last year
- A thread-safe & efficient memory pool☆169Updated 2 years ago
- ☆226Updated 2 months ago
- An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds☆141Updated last year
- Thread-safe object pool with automatic return and attach/detach semantics☆79Updated 3 months ago
- Rust implementation of xxhash☆255Updated 3 weeks ago
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.