nickbabcock / highway-rsLinks
Native Rust port of Google's HighwayHash, which makes use of SIMD instructions for a fast and strong hash function
☆176Updated 5 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 lock-free, partially wait-free, eventually consistent, concurrent hashmap.☆255Updated 3 years ago
- A suite of non-cryptographic hash functions for Rust.☆142Updated 3 years ago
- More efficient alternative to `serde_json::Value` which saves memory by interning primitive values and using tagged pointers.☆141Updated last year
- Xor filters - efficient probabilistic hashsets. Faster and smaller than bloom and cuckoo filters.☆157Updated last month
- Mix async code with CPU-heavy thread pools using Tokio + Rayon☆152Updated 3 years ago
- A fast and flexible LRU map.☆199Updated last year
- Rust FFI wrapper for CRoaring☆164Updated 3 weeks ago
- Fast, SIMD-accelerated CRC32 (IEEE) checksum computation in Rust☆318Updated 6 months ago
- rust bindings of snmalloc☆149Updated this week
- Fork of std::Arc with lots of utilities useful for FFI☆276Updated last week
- Extended utilities for working with files and filesystems in Rust☆152Updated last year
- Easy function multiversioning for Rust☆252Updated last year
- Concurrently Readable Data Structures for Rust☆363Updated this week
- ☆205Updated last year
- Library safely exposing the io_uring API.☆74Updated last week
- Concurrent multi-producer multi-consumer queue☆299Updated last month
- Rust implementation of xxhash☆267Updated last month
- An allocator that can track and limit memory usage.☆217Updated 2 years ago
- An on-disk hash table implementation☆126Updated 4 years ago
- Lock-free concurrent and single-threaded hash map implementations using Leapfrog probing. Currently the highest performance concurrent Ha…☆261Updated 7 months ago
- Object Pool LockFree in Rust☆49Updated 4 months ago
- A Rust data structure for efficient lower-bound lookups☆92Updated last year
- A thread-safe & efficient memory pool☆172Updated 2 years ago
- Rust implementation for T1HA (Fast Positive Hash)☆90Updated last year
- Rust library implementing xor-filters☆145Updated 2 years ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆179Updated 5 months ago
- Fast CRC-32-Castagnoli implementation in Rust☆52Updated last month
- Rust crate for managing CPU core affinities☆214Updated 10 months ago
- Better reference counted strings for Rust☆140Updated last year
- Async filesystem primitives☆143Updated 3 months ago