as-com / varint-simdLinks
Decoding and encoding gigabytes of LEB128 variable-length integers per second in Rust with SIMD
☆135Updated last year
Alternatives and similar repositories for varint-simd
Users that are interested in varint-simd are comparing it to the libraries listed below
Sorting:
- rust bindings of snmalloc☆149Updated this week
- Simple interoperability between C++ coroutines and asynchronous Rust☆265Updated 4 months ago
- Rust fast `&[u8]` to integer parser☆57Updated 3 weeks ago
- Fast, efficient, and robust memory reclamation for Rust.☆465Updated 4 months ago
- SIMD algorithms for integer compression via bitpacking. This crate is a port of a C library called simdcomp.☆327Updated last month
- lock-free B+ tree☆309Updated last year
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆140Updated 8 months ago
- Native Rust port of Google's HighwayHash, which makes use of SIMD instructions for a fast and strong hash function☆177Updated 5 months ago
- a lock-free concurrent slab (experimental)☆305Updated 2 weeks ago
- Pure-Rust implementation of Fast Static Symbol Tables string compression☆206Updated this week
- A lock-free, partially wait-free, eventually consistent, concurrent hashmap.☆256Updated this week
- An on-disk hash table implementation☆126Updated 4 years ago
- Proactive IO & Runtime system☆276Updated last year
- perf-event: a Rust interface to Linux performance monitoring☆126Updated 5 months ago
- A thread-safe & efficient memory pool☆172Updated 2 years ago
- Library safely exposing the io_uring API.☆78Updated this week
- ☆209Updated 11 months ago
- A reader-writer lock that provides extremely fast read access without starving writers☆87Updated 2 years ago
- A new register allocator☆249Updated 2 weeks ago
- Read and write from offsets in Rust.☆89Updated 4 months ago
- Portable atomic types including support for 128-bit atomics, atomic float, etc.☆221Updated this week
- Fork of std::Arc with lots of utilities useful for FFI☆278Updated 2 weeks ago
- Safer wrappers over ktls-sys☆87Updated this week
- SIMD Floating point and integer compressed vector library☆80Updated 2 years ago
- A fast implementation of single-pattern substring search using SIMD acceleration.☆99Updated 3 months ago
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆88Updated last year
- A benchmarking harness for concurrent key-value collections☆119Updated 3 years ago
- ☆205Updated last year
- An idiomatic and fast QP-trie implementation in pure Rust.☆102Updated last year
- Lock-free concurrent and single-threaded hash map implementations using Leapfrog probing. Currently the highest performance concurrent Ha…☆262Updated 7 months ago