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.☆79Updated 8 months ago
- A memcomparable serialization format.☆23Updated 2 years ago
- Asynchronously speed-limiting multiple byte streams☆61Updated 7 months ago
- Lockfree resizeable concurrent hash table.☆54Updated 3 years ago
- A bridge between different serde implementations.☆16Updated 3 months ago
- Trying to create Sync bump allocator☆37Updated 6 months ago
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated 2 years ago
- ☆33Updated last year
- Enhancement over Rust's `std::BinaryHeap`. Supports other than max heap.☆57Updated last year
- super simple in-memory blocking LSM for constant-size keys and values☆70Updated 3 months ago
- The simd optimized escape code☆54Updated last week
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- A rust implementation of lock free cuckoo hashmap☆68Updated 4 months ago
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆72Updated last year
- A lock-free, append-only atomic pool.☆67Updated 3 years ago
- Faster integer division and modulus operations☆87Updated 2 years ago
- structured parallel execution for async Rust☆33Updated 9 months ago
- A Rust implementation of two segment trees and a fenwick tree.☆65Updated 6 years ago
- Providing wrapper types for safely performing panic-free checked arithmetic on instants and durations.☆14Updated 2 months ago
- The Rustc Trait System Refactor Initiative☆23Updated this week
- ☆32Updated 11 months ago
- Local-affinity first NUMA-aware allocator with optional fallback.☆26Updated 4 years ago
- A reader-writer lock that provides extremely fast read access without starving writers☆80Updated last year
- Easy recursion in Rust, without stack overflows.☆31Updated last year
- cross-platform Rust API for memory mapped IO☆42Updated last year
- A low-level I/O ownership and borrowing library☆101Updated 5 months ago
- Rust crate for accepting general reference-like values without proliferating generics.☆36Updated 8 years ago
- A procedural macro for defining nom combinators in simple DSL☆45Updated 3 months ago
- A Rust-implementation of a stable Bloom filter for filtering duplicates out of data streams.☆42Updated 5 years ago
- An efficient runtime for asynchronous applications in Rust.☆43Updated 2 years ago