nickbabcock / highway-rsLinks
Native Rust port of Google's HighwayHash, which makes use of SIMD instructions for a fast and strong hash function
☆172Updated 3 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.☆142Updated 3 years ago
- Xor filters - efficient probabilistic hashsets. Faster and smaller than bloom and cuckoo filters.☆147Updated last week
- A lock-free, partially wait-free, eventually consistent, concurrent hashmap.☆255Updated 3 years ago
- A fast and flexible LRU map.☆198Updated 10 months ago
- More efficient alternative to `serde_json::Value` which saves memory by interning primitive values and using tagged pointers.☆140Updated 11 months ago
- Mix async code with CPU-heavy thread pools using Tokio + Rayon☆148Updated 2 years ago
- An on-disk hash table implementation☆126Updated 4 years ago
- Fast, SIMD-accelerated CRC32 (IEEE) checksum computation in Rust☆309Updated 4 months ago
- Fork of std::Arc with lots of utilities useful for FFI☆265Updated 3 weeks ago
- Lock-free concurrent and single-threaded hash map implementations using Leapfrog probing. Currently the highest performance concurrent Ha…☆258Updated 5 months ago
- Library safely exposing the io_uring API.☆69Updated last week
- An allocator that can track and limit memory usage.☆214Updated 2 years ago
- Extended utilities for working with files and filesystems in Rust☆149Updated last year
- rust bindings of snmalloc☆144Updated 2 months ago
- Concurrently Readable Data Structures for Rust☆362Updated 4 months ago
- A Rust data structure for efficient lower-bound lookups☆92Updated last year
- Rust FFI wrapper for CRoaring☆161Updated last month
- Fast CRC-32-Castagnoli implementation in Rust☆51Updated 3 months ago
- ☆237Updated 3 months ago
- Object Pool LockFree in Rust☆49Updated 2 months ago
- ☆204Updated last year
- Safe, zero-cost downcasting for limited compile-time specialization.☆176Updated 3 months ago
- Rust implementation of xxhash☆259Updated 2 months ago
- An idiomatic and fast QP-trie implementation in pure Rust.☆102Updated last year
- Utility wrapper to send non send types to other threads safely☆186Updated 8 months ago
- Better reference counted strings for Rust☆139Updated last year
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆138Updated 5 months ago
- A fast implementation of single-pattern substring search using SIMD acceleration.☆99Updated 3 weeks ago
- Parallel iterator processing library for Rust☆103Updated last week
- Easy function multiversioning for Rust☆249Updated 11 months ago