DoumanAsh / xxhash-rust
Rust implementation of xxhash
☆205Updated last month
Related projects ⓘ
Alternatives and complementary repositories for xxhash-rust
- Adaptors between compression crates and Rust's async IO types☆409Updated this week
- Statically-checked alternatives to RefCell and RwLock☆366Updated 5 months ago
- Native Rust port of Google's HighwayHash, which makes use of SIMD instructions for a fast and strong hash function☆159Updated 2 weeks ago
- Wrapper types to enable optimized handling of &[u8] and Vec<u8>☆319Updated last week
- Async synchronization primitives☆255Updated last month
- Fast, SIMD-accelerated CRC32 (IEEE) checksum computation in Rust☆267Updated 3 months ago
- Lock-free concurrent and single-threaded hash map implementations using Leapfrog probing. Currently the highest performance concurrent Ha…☆208Updated 4 months ago
- Conditional compilation according to rustc compiler version☆334Updated last week
- A thread pool for isolating blocking I/O in async programs☆342Updated last month
- Compile-time string formatting☆215Updated 2 months ago
- Custom hash algorithm used by rustc (plus hashmap/set aliases): fast, deterministic, not secure☆394Updated last month
- A Rust wrapper over Microsoft's MiMalloc memory allocator☆519Updated 2 months ago
- a lock-free concurrent slab (experimental)☆273Updated 3 months ago
- Just, really the littlest Vec you could need. So smol.☆649Updated 3 months ago
- zstd-decoder in pure rust☆258Updated this week
- Reflection via DWARF.☆293Updated last year
- ☆447Updated 3 weeks ago
- Fast, efficient, and robust memory reclamation for Rust.☆384Updated 2 weeks ago
- Stretto is a Rust implementation for Dgraph's ristretto (https://github.com/dgraph-io/ristretto). A high performance memory-bound Rust ca…☆412Updated 6 months ago
- More efficient alternative to `serde_json::Value` which saves memory by interning primitive values and using tagged pointers.☆127Updated 8 months ago
- A fast and flexible LRU map.☆170Updated 6 months ago
- in-place allocation-reusing queues for Rust☆289Updated 5 months ago
- Serialize and deserialize C-like enum as underlying repr☆231Updated last week
- Check if tables and items in a .toml file are lexically sorted☆219Updated this week
- A parser and formatter for std::{SystemTime, Duration}☆292Updated last year
- Task abstraction for building executors☆413Updated last month
- Safe-to-use proc-macro-free self-referential structs in stable Rust.☆245Updated 3 weeks ago
- A simple, fast, LRU cache implementation.☆191Updated 7 months ago
- Futures, streams, and async I/O combinators.☆475Updated this week
- Fast function for printing integer primitives to a decimal string☆303Updated this week