PsiACE / bitsvecLinks
A bit vector with the Rust standard library's portable SIMD API.
☆41Updated 2 years ago
Alternatives and similar repositories for bitsvec
Users that are interested in bitsvec are comparing it to the libraries listed below
Sorting:
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆81Updated 10 months ago
- ☆33Updated last year
- Enhancement over Rust's `std::BinaryHeap`. Supports other than max heap.☆57Updated last year
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated 2 years ago
- A memcomparable serialization format.☆23Updated 2 years ago
- A rust implementation of lock free cuckoo hashmap☆69Updated 6 months ago
- Lending iterators on stable Rust☆83Updated last year
- Asynchronously speed-limiting multiple byte streams☆64Updated 9 months ago
- ☆19Updated 2 years ago
- A lock-free, append-only atomic pool.☆67Updated 3 years ago
- rust bindings of snmalloc☆137Updated 3 months ago
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆72Updated last year
- A benchmarking harness for concurrent key-value collections☆119Updated 2 years ago
- ☆197Updated last year
- ☆50Updated 7 months ago
- JSONB implement in rust☆77Updated this week
- The Rustc Trait System Refactor Initiative☆25Updated 2 months ago
- Providing wrapper types for safely performing panic-free checked arithmetic on instants and durations.☆15Updated 4 months ago
- super simple in-memory blocking LSM for constant-size keys and values☆71Updated 5 months ago
- A lock-free thread-safe concurrent SkipMap implementation based on ARENA skiplist which helps develop MVCC memtable for LSM-Tree.☆59Updated 5 months ago
- A bridge between different serde implementations.☆16Updated 5 months ago
- A reader-writer lock that provides extremely fast read access without starving writers☆82Updated last year
- A flexible and convenient high-level mmap for zero-copy file I/O.☆115Updated 5 months ago
- Framework for simulating distributed applications☆103Updated 5 years ago
- Lockfree resizeable concurrent hash table.☆54Updated 3 years ago
- Performant time measuring in Rust☆194Updated last year
- Layered configuration system built upon serde☆32Updated 5 months ago
- An efficient runtime for asynchronous applications in Rust.☆43Updated 2 years ago
- Features like `async-trait`, avoid using `Box` and `dyn`.☆83Updated 3 years ago
- A procedural macro for defining nom combinators in simple DSL☆45Updated 6 months ago