nickbabcock / highway-rsLinks
Native Rust port of Google's HighwayHash, which makes use of SIMD instructions for a fast and strong hash function
☆174Updated 4 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:
- An on-disk hash table implementation☆126Updated 4 years ago
- A fast and flexible LRU map.☆198Updated last year
- rust bindings of snmalloc☆147Updated 4 months ago
- More efficient alternative to `serde_json::Value` which saves memory by interning primitive values and using tagged pointers.☆140Updated last year
- Mix async code with CPU-heavy thread pools using Tokio + Rayon☆150Updated 3 years ago
- Xor filters - efficient probabilistic hashsets. Faster and smaller than bloom and cuckoo filters.☆152Updated 3 weeks ago
- A suite of non-cryptographic hash functions for Rust.☆142Updated 3 years ago
- A lock-free, partially wait-free, eventually consistent, concurrent hashmap.☆255Updated 3 years ago
- Fork of std::Arc with lots of utilities useful for FFI☆274Updated last week
- Library safely exposing the io_uring API.☆71Updated last week
- Lock-free concurrent and single-threaded hash map implementations using Leapfrog probing. Currently the highest performance concurrent Ha…☆259Updated 6 months ago
- Concurrently Readable Data Structures for Rust☆363Updated 6 months ago
- Extended utilities for working with files and filesystems in Rust☆149Updated last year
- Fast, SIMD-accelerated CRC32 (IEEE) checksum computation in Rust☆317Updated 5 months ago
- An idiomatic and fast QP-trie implementation in pure Rust.☆102Updated last year
- ☆205Updated last year
- A Rust data structure for efficient lower-bound lookups☆92Updated last year
- Rust FFI wrapper for CRoaring☆163Updated last week
- An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds☆152Updated last year
- Fast, FFI-friendly string interning for Rust☆176Updated last year
- Object Pool LockFree in Rust☆49Updated 3 months ago
- Better reference counted strings for Rust☆139Updated last year
- A flexible and convenient high-level mmap for zero-copy file I/O.☆117Updated 10 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆178Updated 5 months ago
- An allocator that can track and limit memory usage.☆214Updated 2 years ago
- Thread-safe object pool with automatic return and attach/detach semantics☆81Updated 5 months ago
- a lock-free concurrent slab (experimental)☆303Updated last year
- A futures abstraction that runs a set of futures which may complete in any order.☆92Updated 2 months ago
- Concurrent multi-producer multi-consumer queue☆298Updated last month
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆139Updated 7 months ago