nkconnor / shardedLinks
Safe, fast, and obvious concurrent collections in Rust.
☆35Updated 7 months ago
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☆46Updated 4 months ago
- A flexible and convenient high-level mmap for zero-copy file I/O.☆113Updated 3 months ago
- One pointer wide trait objects which are also FFI safe, allowing traits to be passed to/from and implemented by C ABI code.☆42Updated 3 years ago
- An updated version of linked-hash-map and friends☆114Updated last month
- Distributed systems library for making communications through the network easier, while keeping minimalism and flexibility.☆34Updated 2 years ago
- Inter-process Multiple Producer, Single Consumer Channels for Rust☆59Updated 11 months ago
- Typed any map for rust☆67Updated 5 months ago
- A generic, fixed-size, associative cache☆40Updated 6 months ago
- Small Box optimization: store small item on stack and fallback to heap for large item.☆83Updated last week
- A lockless mpmc/mpsc to support async base on crossbeam☆48Updated last year
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- A map implementation that relies on fixed-size storage derived by a procedural macro☆44Updated 2 weeks ago
- Convert closures into wakers☆45Updated 4 months ago
- Track memory allocations by backtrace or originating thread☆43Updated last month
- Safe, zero-cost downcasting for limited compile-time specialization.☆162Updated 2 weeks ago
- A futures abstraction that runs a set of futures which may complete in any order.☆90Updated 2 months ago
- Thread-safe object pool with automatic return and attach/detach semantics☆76Updated 8 months ago
- A rust crate to find the total size of an object, on the stack and on the heap☆107Updated last year
- Define your own PhantomData☆152Updated 2 weeks ago
- ☆124Updated 2 years ago
- Run closures in parallel☆113Updated 4 months ago
- Time and duration crate optimized for speed and API stability.☆70Updated last week
- Extract bits from a byte slice☆77Updated this week
- Threadsafe RefCell for Rust☆90Updated 2 months ago
- ☆58Updated 2 weeks ago
- The missing compound borrowing for Rust.☆57Updated 2 weeks ago
- Extract differences between arbitrary datastructures☆89Updated last year
- ☆57Updated last year
- Oneshot Rust channel working both in and between sync and async environments☆88Updated 3 months ago
- Nudging the compiler to auto-vectorize things☆75Updated last year