nkconnor / shardedLinks
Safe, fast, and obvious concurrent collections in Rust.
☆35Updated last year
Alternatives and similar repositories for sharded
Users that are interested in sharded are comparing it to the libraries listed below
Sorting:
- Object Pool LockFree in Rust☆49Updated last month
- Run closures in parallel☆115Updated 10 months ago
- Thread-safe object pool with automatic return and attach/detach semantics☆79Updated 4 months ago
- Async filesystem primitives☆140Updated last month
- Abstract over different executors☆74Updated 2 years ago
- An updated version of linked-hash-map and friends☆137Updated last month
- Safe, zero-cost downcasting for limited compile-time specialization.☆176Updated 3 months ago
- A flexible and convenient high-level mmap for zero-copy file I/O.☆116Updated 9 months ago
- A thread-safe & efficient memory pool☆171Updated 2 years ago
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆73Updated last year
- Allocation-free data structures that make do with the memory they're given☆145Updated 3 years ago
- Small Box optimization: store small item on stack and fallback to heap for large item.☆91Updated 4 months ago
- Inter-process Multiple Producer, Single Consumer Channels for Rust☆68Updated last year
- Thread parking and unparking☆79Updated 10 months ago
- Define your own PhantomData☆158Updated last week
- Migrated to Codeberg☆79Updated 2 years ago
- An idiomatic and fast QP-trie implementation in pure Rust.☆102Updated last year
- A stack for rust trait objects that minimizes allocations☆127Updated 3 years ago
- An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds☆148Updated last year
- A futures abstraction that runs a set of futures which may complete in any order.☆91Updated last month
- A map implementation that relies on fixed-size storage derived by a procedural macro☆51Updated 2 months ago
- The missing compound borrowing for Rust.☆61Updated 3 weeks ago
- Integer encoding for primitive integer types: Supports varint/varint+zigzag and fixed-length integer encoding and decoding, and provides …☆69Updated last month
- Flat message buffers with direct mapping to Rust types without packing/unpacking☆107Updated 2 months ago
- Data parallelism library for async-std.☆96Updated last year
- Utility wrapper to send non send types to other threads safely☆186Updated 8 months ago
- This is a Rust implementation for popular caches (support no_std).☆113Updated 9 months ago
- ☆34Updated last year
- One pointer wide trait objects which are also FFI safe, allowing traits to be passed to/from and implemented by C ABI code.☆43Updated 3 years ago
- Convert closures into wakers☆46Updated 10 months ago