10XGenomics / lz4-rsLinks
Rust LZ4 bindings
☆53Updated 8 months ago
Alternatives and similar repositories for lz4-rs
Users that are interested in lz4-rs are comparing it to the libraries listed below
Sorting:
- An on-disk hash table implementation☆124Updated 3 years ago
- A lightweight version of pin-project written with declarative macros.☆255Updated 2 weeks ago
- An updated version of linked-hash-map and friends☆122Updated 5 months ago
- Portable atomic types including support for 128-bit atomics, atomic float, etc.☆199Updated this week
- Native Rust port of Google's HighwayHash, which makes use of SIMD instructions for a fast and strong hash function☆171Updated last month
- Integer encoding for primitive integer types: Supports varint/varint+zigzag and fixed-length integer encoding and decoding, and provides …☆68Updated last year
- More efficient alternative to `serde_json::Value` which saves memory by interning primitive values and using tagged pointers.☆137Updated 9 months ago
- wyhash fast portable non-cryptographic hashing algorithm and random number generator in Rust☆102Updated 3 months ago
- ☆217Updated last month
- A simple bitset container for Rust☆148Updated 2 months ago
- Threadsafe RefCell for Rust☆95Updated 6 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆169Updated last month
- A simple Cross-platform thread schedule and priority library for rust.☆135Updated 2 weeks ago
- Better reference counted strings for Rust☆136Updated last year
- Fork of std::Arc with lots of utilities useful for FFI☆253Updated last week
- Define your own PhantomData☆156Updated last week
- Full-featured liblz4 binding for Rust☆75Updated 9 months ago
- rust bindings of snmalloc☆140Updated last week
- A Vec That Has a Smaller size_of☆143Updated 2 weeks ago
- A Rust data structure for efficient lower-bound lookups☆92Updated last year
- Async synchronization primitives☆270Updated 3 weeks ago
- Semantic wrapper for byte count representations