nickbabcock / highway-rs
Native Rust port of Google's HighwayHash, which makes use of SIMD instructions for a fast and strong hash function
☆160Updated 2 weeks ago
Alternatives and similar repositories for highway-rs:
Users that are interested in highway-rs are comparing it to the libraries listed below
- More efficient alternative to `serde_json::Value` which saves memory by interning primitive values and using tagged pointers.☆134Updated 3 months ago
- An on-disk hash table implementation☆113Updated 3 years ago
- A fast and flexible LRU map.☆177Updated 2 months ago
- rust bindings of snmalloc☆127Updated last month
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆120Updated 9 months ago
- Lock-free concurrent and single-threaded hash map implementations using Leapfrog probing. Currently the highest performance concurrent Ha…☆222Updated 2 months ago
- A suite of non-cryptographic hash functions for Rust.☆139Updated 2 years ago
- Fork of std::Arc with lots of utilities useful for FFI☆228Updated last month
- Library safely exposing the io_uring API.☆59Updated 2 weeks ago
- ☆189Updated last year
- Fast, SIMD-accelerated CRC32 (IEEE) checksum computation in Rust☆286Updated 7 months ago
- A Rust data structure for efficient lower-bound lookups☆90Updated last year
- Extended utilities for working with files and filesystems in Rust☆147Updated last year
- Safe, zero-cost downcasting for limited compile-time specialization.☆156Updated 2 weeks ago
- Easy function multiversioning for Rust☆218Updated 3 months ago
- An ε-copy serialization/deserialization framework for Rust☆138Updated 2 weeks ago
- Safe-to-use proc-macro-free self-referential structs in stable Rust.☆258Updated 3 months ago
- An allocator that can track and limit memory usage.☆207Updated last year
- A lightweight version of pin-project written with declarative macros.☆239Updated last week
- Xor filters - efficient probabilistic hashsets. Faster and smaller than bloom and cuckoo filters.☆135Updated 11 months ago
- Interning of data in rust☆95Updated 2 weeks ago
- High-precision and consistent benchmarking framework/harness for Rust☆126Updated last week
- A scope for async_std and tokio to spawn non-static futures☆126Updated 9 months ago
- Semantic wrapper for byte count representations☆125Updated this week
- Oneshot Rust channel working both in and between sync and async environments☆86Updated 3 weeks ago
- Async broadcast channels☆174Updated 2 months ago
- Statically-checked alternatives to RefCell and RwLock☆368Updated 8 months ago
- a lock-free concurrent slab (experimental)☆280Updated 2 months ago
- A flexible and convenient high-level mmap for zero-copy file I/O.☆110Updated 3 weeks ago
- RcLite: small, fast, and memory-friendly reference counting for Rust☆180Updated last year