quickwit-oss / bitpackingLinks
SIMD algorithms for integer compression via bitpacking. This crate is a port of a C library called simdcomp.
☆313Updated last year
Alternatives and similar repositories for bitpacking
Users that are interested in bitpacking are comparing it to the libraries listed below
Sorting:
- Rust library implementing xor-filters☆140Updated 2 years ago
- Rust FFI wrapper for CRoaring☆160Updated last month
- Native Rust port of Google's HighwayHash, which makes use of SIMD instructions for a fast and strong hash function☆172Updated last month
- A Rust data structure for efficient lower-bound lookups☆92Updated last year
- A suite of non-cryptographic hash functions for Rust.☆139Updated 3 years ago
- Rust interface to io_uring☆336Updated last year
- Xor filters - efficient probabilistic hashsets. Faster and smaller than bloom and cuckoo filters.☆144Updated last month
- SIMD Floating point and integer compressed vector library☆80Updated last year
- Pure-Rust implementation of Fast Static Symbol Tables string compression☆181Updated last week
- A port of HdrHistogram to Rust☆324Updated last year
- Fast suffix arrays for Rust (with Unicode support).☆276Updated last year
- Rust library for fast multi-pattern searching.☆86Updated 8 years ago
- Decoding and encoding gigabytes of LEB128 variable-length integers per second in Rust with SIMD☆128Updated last year
- lock-free B+ tree☆300Updated last year
- Fast generic radix trie implemented in Rust☆208Updated 2 weeks ago
- Simple probabilistic data structures☆147Updated last week
- Fast, efficient, and robust memory reclamation for Rust.☆448Updated 3 weeks ago
- A benchmarking harness for concurrent key-value collections☆119Updated 2 years ago
- Proactive IO & Runtime system☆275Updated last year
- A lock-free, partially wait-free, eventually consistent, concurrent hashmap.☆255Updated 3 years ago
- Fast, SIMD-accelerated CRC32 (IEEE) checksum computation in Rust☆306Updated 2 months ago
- Adaptive Radix Tree in Rust☆67Updated 7 years ago
- Concurrently Readable Data Structures for Rust☆361Updated 3 months ago
- Pillars for Transactional Systems and Data Grids☆133Updated last year
- Cuckoo Filter: Practically Better Than Bloom (In Rust)☆285Updated 2 years ago
- Super-fast float parser in Rust (now part of Rust core)☆280Updated 2 years ago
- garbage-collecting on-disk object store, supporting higher level KV stores and databases.☆404Updated 7 months ago
- a lock-free concurrent slab (experimental)☆297Updated 9 months ago
- A thread-safe & efficient memory pool☆169Updated last year
- On-Disk B+ Tree implemented in Rust☆210Updated 5 years ago