nkconnor / sharded
Safe, fast, and obvious concurrent collections in Rust.
☆33Updated 2 months ago
Alternatives and similar repositories for sharded:
Users that are interested in sharded are comparing it to the libraries listed below
- Oneshot Rust channel working both in and between sync and async environments☆84Updated 2 months ago
- Run closures in parallel☆111Updated 3 months ago
- An updated version of linked-hash-map and friends☆104Updated last month
- Object Pool LockFree in Rust☆45Updated 8 months ago
- Threadsafe RefCell for Rust☆89Updated last year
- The missing compound borrowing for Rust.☆58Updated last week
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆80Updated 3 years ago
- A flexible and convenient high-level mmap for zero-copy file I/O.☆106Updated 11 months ago
- Dependency injection for Rust☆48Updated last week
- Safe, zero-cost downcasting for limited compile-time specialization.☆155Updated 3 weeks ago
- Convert closures into wakers☆45Updated 3 months ago
- Abstract over different executors☆73Updated last year
- Typed index version of Rust slice and Vec containers☆68Updated 3 months ago
- A Rust crate for formatting strings dynamically☆31Updated 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.☆42Updated 2 years ago
- Async tracing capabilities for the log crate☆99Updated 4 years ago
- A Rust library for generically joining iterables with a separator☆91Updated last year
- Typed any map for rust☆65Updated last month
- A rust crate to find the total size of an object, on the stack and on the heap☆105Updated last year
- A stack for rust trait objects that minimizes allocations☆126Updated 2 years ago
- Async filesystem primitives☆133Updated 3 months ago
- Allocation-free data structures that make do with the memory they're given☆145Updated 2 years ago
- A lockless mpmc/mpsc to support async base on crossbeam☆48Updated last year
- Thread-safe object pool with automatic return and attach/detach semantics☆74Updated 4 months ago
- String optimized for map keys☆61Updated 2 weeks ago
- ☆27Updated last year
- Small Box optimization: store small item on stack and fallback to heap for large item.☆77Updated 3 weeks ago
- It executes futures☆55Updated last year
- An on-disk hash table implementation☆113Updated 3 years ago
- Make trait methods callable without the trait in scope☆135Updated 2 months ago