nickbabcock / highway-rs
Native Rust port of Google's HighwayHash, which makes use of SIMD instructions for a fast and strong hash function
☆160Updated last week
Alternatives and similar repositories for highway-rs:
Users that are interested in highway-rs are comparing it to the libraries listed below
- An on-disk hash table implementation☆113Updated 3 years ago
- Rust implementation of xxhash☆223Updated 2 months ago
- Xor filters - efficient probabilistic hashsets. Faster and smaller than bloom and cuckoo filters.☆135Updated 10 months ago
- Super-fast float parser in Rust (now part of Rust core)☆273Updated 2 years ago
- Fast, SIMD-accelerated CRC32 (IEEE) checksum computation in Rust☆285Updated 6 months ago
- rust bindings of snmalloc☆127Updated last month
- A fast and flexible LRU map.☆177Updated 2 months ago
- ☆189Updated last year
- A suite of non-cryptographic hash functions for Rust.☆139Updated 2 years ago
- Easy function multiversioning for Rust☆218Updated 3 months ago
- A Rust data structure for efficient lower-bound lookups☆90Updated last year
- An allocator that can track and limit memory usage.☆207Updated last year
- Fork of std::Arc with lots of utilities useful for FFI☆228Updated last month
- Library safely exposing the io_uring API.☆58Updated last week
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆120Updated 8 months ago
- ☆203Updated last month
- A lock-free, partially wait-free, eventually consistent, concurrent hashmap.☆243Updated 2 years ago
- Reflection via DWARF.☆297Updated 2 years ago
- An ε-copy serialization/deserialization framework for Rust☆137Updated last week
- Lightweight and high performance concurrent cache☆224Updated this week
- Concurrently Readable Data Structures for Rust☆351Updated 3 weeks ago
- Lock-free concurrent and single-threaded hash map implementations using Leapfrog probing. Currently the highest performance concurrent Ha…☆221Updated last month
- High-precision and consistent benchmarking framework/harness for Rust☆125Updated this week
- More efficient alternative to `serde_json::Value` which saves memory by interning primitive values and using tagged pointers.☆133Updated 3 months ago
- Atomically updatable variants of Arc and Weak for lock-free concurrency.