nickbabcock / highway-rs
Native Rust port of Google's HighwayHash, which makes use of SIMD instructions for a fast and strong hash function
☆163Updated last month
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☆116Updated 3 years ago
- An allocator that can track and limit memory usage.☆208Updated 2 years ago
- Fast, SIMD-accelerated CRC32 (IEEE) checksum computation in Rust☆289Updated 8 months ago
- ☆192Updated last year
- A fast and flexible LRU map.☆181Updated 4 months ago
- A Rust data structure for efficient lower-bound lookups☆90Updated last year
- Fork of std::Arc with lots of utilities useful for FFI☆232Updated 3 months ago
- rust bindings of snmalloc☆129Updated last month
- Lock-free concurrent and single-threaded hash map implementations using Leapfrog probing. Currently the highest performance concurrent Ha…☆224Updated 3 months ago
- Xor filters - efficient probabilistic hashsets. Faster and smaller than bloom and cuckoo filters.☆137Updated last year
- A suite of non-cryptographic hash functions for Rust.☆139Updated 3 years ago
- More efficient alternative to `serde_json::Value` which saves memory by interning primitive values and using tagged pointers.☆135Updated 5 months ago
- An ε-copy serialization/deserialization framework for Rust☆148Updated 2 months ago
- Lightweight and high performance concurrent cache☆234Updated 2 weeks ago
- Library safely exposing the io_uring API.☆61Updated last month
- Easy function multiversioning for Rust☆223Updated 4 months ago
- A fast and safe implementation of stackful coroutines in Rust☆227Updated 5 months ago
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆126Updated 10 months ago
- Synchronization primitives for Futures and async/await based on intrusive collections☆179Updated last year
- a lock-free concurrent slab (experimental)☆280Updated 4 months ago
- The feature-rich, portable async channel library☆254Updated 2 years ago
- Safe-to-use proc-macro-free self-referential structs in stable Rust.☆262Updated 3 weeks ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆160Updated 2 months ago
- Atomically updatable variants of Arc and Weak for lock-free concurrency.☆182Updated 6 months ago
- Mix async code with CPU-heavy thread pools using Tokio + Rayon☆140Updated 2 years ago
- Flat message buffers with direct mapping to Rust types without packing/unpacking☆107Updated 6 months ago
- Reflection via DWARF.☆296Updated 2 years ago
- Make trait methods callable without the trait in scope☆136Updated 2 months ago
- Conditional compilation according to rustc compiler version☆351Updated 2 months ago
- Variant of Rust's std::Arc that supports atomic replacement of the value.☆91Updated 3 weeks ago