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:
- Thread-safe object pool with automatic return and attach/detach semantics☆82Updated 7 months ago
- Object Pool LockFree in Rust☆49Updated 4 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆180Updated 6 months ago
- Small Box optimization: store small item on stack and fallback to heap for large item.☆93Updated 7 months ago
- Async filesystem primitives☆143Updated 3 months ago
- Allocation-free data structures that make do with the memory they're given☆145Updated 3 years ago
- A flexible and convenient high-level mmap for zero-copy file I/O.☆117Updated 11 months ago
- An updated version of linked-hash-map and friends☆141Updated 3 months ago
- Convert closures into wakers☆47Updated last year
- Run closures in parallel☆114Updated last year
- A simple Cross-platform thread schedule and priority library for rust.☆147Updated 5 months ago
- A wide string Rust library for converting to and from wide-character strings, including UTF-16 and UTF-32 encoding.☆99Updated 3 weeks ago
- Define your own PhantomData☆158Updated last month
- Changing function definitions at runtime in Rust☆134Updated 3 years ago
- Timer facilities for Rust's async story☆56Updated last year
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆73Updated 2 weeks ago
- A thread-safe & efficient memory pool☆172Updated 2 years ago
- A futures abstraction that runs a set of futures which may complete in any order.☆92Updated 4 months ago
- A stack for rust trait objects that minimizes allocations☆127Updated 3 years ago
- ☆126Updated 3 years ago
- Executor Agnostic Runtime that can run your futures with your favourite Executor☆144Updated 4 years ago
- Native Rust port of Google's HighwayHash, which makes use of SIMD instructions for a fast and strong hash function☆177Updated 5 months ago
- Fork of std::Arc with lots of utilities useful for FFI☆279Updated 3 weeks ago
- Abstract over the atomicity of reference-counting pointers in rust☆169Updated 2 months ago
- Utility wrapper to send non send types to other threads safely☆186Updated 10 months ago
- A thread pool for running multiple tasks on a configurable group of threads.☆51Updated 2 years ago
- An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds☆153Updated last year
- Time and duration crate optimized for speed and API stability.☆76Updated last month
- Threadsafe RefCell for Rust☆99Updated 11 months ago
- Integer encoding for primitive integer types: Supports varint/varint+zigzag and fixed-length integer encoding and decoding, and provides …☆68Updated 3 months ago