quickwit-oss / bitpackingLinks
SIMD algorithms for integer compression via bitpacking. This crate is a port of a C library called simdcomp.
☆306Updated 11 months ago
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 last year
- Native Rust port of Google's HighwayHash, which makes use of SIMD instructions for a fast and strong hash function☆165Updated last month
- A port of HdrHistogram to Rust☆321Updated last year
- Fast, SIMD-accelerated CRC32 (IEEE) checksum computation in Rust☆292Updated 9 months ago
- Rust FFI wrapper for CRoaring☆158Updated 3 weeks ago
- Fast generic radix trie implemented in Rust☆200Updated 2 years ago
- A Rust data structure for efficient lower-bound lookups☆90Updated last year
- Rust interface to io_uring☆333Updated last year
- Concurrently Readable Data Structures for Rust☆357Updated last month
- A suite of non-cryptographic hash functions for Rust.☆139Updated 3 years ago
- a lock-free concurrent slab (experimental)☆284Updated 5 months ago
- Counting occurrences of a given byte or UTF-8 characters in a slice of memory – fast☆228Updated this week
- garbage-collecting on-disk object store, supporting higher level KV stores and databases.☆389Updated 3 months ago
- lock-free B+ tree☆287Updated 8 months ago
- A better compressed bitset in Rust☆799Updated 3 weeks ago
- Super-fast float parser in Rust (now part of Rust core)☆275Updated 2 years ago
- Rust library for fast multi-pattern searching.☆85Updated 8 years ago
- A Rust implementation of DEFLATE algorithm and related formats (ZLIB, GZIP)☆183Updated last year
- Fast, efficient, and robust memory reclamation for Rust.☆417Updated 2 weeks ago
- Xor filters - efficient probabilistic hashsets. Faster and smaller than bloom and cuckoo filters.☆139Updated last year
- A lock-free, partially wait-free, eventually consistent, concurrent hashmap.☆243Updated 2 years ago
- Rust implementation for T1HA (Fast Positive Hash)☆89Updated last year
- Simple probabilistic data structures☆145Updated last week
- A benchmarking harness for concurrent key-value collections☆118Updated 2 years ago
- easy simd☆353Updated 3 months ago
- perf-event: a Rust interface to Linux performance monitoring☆116Updated last week
- Proactive IO & Runtime system☆272Updated last year
- A mortifying serialization library for Rust☆339Updated 2 years ago
- A library for creating references that carry their owner with them.☆372Updated last year
- Pure-Rust implementation of Fast Static Symbol Tables string compression☆147Updated last week