hoxxep / rapidhashLinks
An extremely fast, high-quality, non-cryptographic hash function. Platform independent compile-time and run-time hashing in rust.
☆196Updated last week
Alternatives and similar repositories for rapidhash
Users that are interested in rapidhash are comparing it to the libraries listed below
Sorting:
- Faster implementations of standard library operations like find, filter, position etc.☆179Updated last year
- An atomically updatable Arc for lock-free concurrency.☆189Updated 3 months ago
- Perfect hashing for an imperfect world☆96Updated 5 months ago
- A very fast Key-Value store in pure rust☆220Updated 3 weeks ago
- An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds☆153Updated last year
- Fantastic serialization library☆158Updated last week
- Open a scope and then freeze it in time for future access.☆108Updated last year
- Fast JSON deserialization on borrowed data☆123Updated 2 months ago
- Utilities for working with shared slices of memory☆85Updated 7 months ago
- A fast, non-cryptographic, minimally DoS-resistant hashing algorithm for Rust.☆345Updated 5 months ago
- Lock-free concurrent and single-threaded hash map implementations using Leapfrog probing. Currently the highest performance concurrent Ha…☆262Updated 7 months ago
- RcLite: small, fast, and memory-friendly reference counting for Rust☆195Updated last month
- A concurrent, append-only vector.☆208Updated 6 months ago
- Variant of Rust's std::Arc that supports atomic replacement of the value.☆126Updated 5 months ago
- Succinct data structures using very efficient rank and select☆129Updated last month
- A safe sync/async multi-producer, multi-consumer channel☆208Updated 9 months ago
- Detect blocking code in Tokio async tasks. (Rust)☆90Updated 5 months ago
- An ε-copy serialization/deserialization framework for Rust☆170Updated this week
- ☆325Updated 2 months ago
- Deadlock free mutexes☆177Updated 10 months ago
- Fixed-size decimal numbers implemented in pure Rust☆242Updated last month
- cargo-add command to make dependencies into dylibs☆105Updated 3 years ago
- ☆227Updated 6 months ago
- A zero-copy Rust library that builds and parses network packets in-place.☆116Updated 10 months ago
- 📈 The fastest (for very small maps!) alternative of Rust HashMap, which doesn't use hashing and doesn't use heap (aka "linear map")☆188Updated this week
- Track and query Cargo dependency graphs.☆254Updated this week
- A fast and flexible LRU map.☆200Updated last year
- Lightweight and high performance concurrent cache☆322Updated 3 months ago
- A pure-Rust two-level dynamic b-tree. This crate implements a compact set data structure that preserves its elements' sorted order and a…☆110Updated this week
- The fastest Bloom filter in Rust. No accuracy compromises. Full concurrency support and compatible with any hasher.☆329Updated last week