jonhoo / sentoLinks
A lock-free, append-only atomic pool.
☆68Updated 3 years ago
Alternatives and similar repositories for sento
Users that are interested in sento 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.☆82Updated last year
- A benchmarking harness for concurrent key-value collections☆120Updated 2 years ago
- A Rust implementation of two segment trees and a fenwick tree.☆66Updated 6 years ago
- Lending iterators on stable Rust☆83Updated last year
- A low-level I/O ownership and borrowing library☆104Updated last month
- A `VecDeque` (and `Vec`) variant that spreads resize load across pushes.☆111Updated last month
- A flexible and convenient high-level mmap for zero-copy file I/O.☆115Updated 6 months ago
- Rust interface for Linux futexes, the fast user-space locking primitive.☆88Updated last year
- Lockfree resizeable concurrent hash table.☆54Updated 3 years ago
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- This is a Rust implementation for popular caches (support no_std).☆112Updated 7 months ago
- Utility wrapper to send non send types to other threads safely☆187Updated 5 months ago
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆130Updated 3 months ago
- Command line flags library that does not require a central list of all the flags☆55Updated 2 years ago
- A fast and flexible LRU map.☆192Updated 8 months ago
- Non-interleaving multithreaded output queue☆71Updated 2 weeks ago
- ☆94Updated last year
- Simple async reactor and executor for rust☆79Updated 5 months ago
- Define your own PhantomData☆156Updated 2 weeks ago
- A generational arena based LRU Cache implementation in 100% safe rust.☆40Updated 3 years ago
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆73Updated last year
- Library and proc macro to analyze memory usage of data structures in rust.☆162Updated 2 weeks ago
- Thread parking and unparking☆78Updated 7 months ago
- A futures abstraction that runs a set of futures which may complete in any order.☆90Updated last month
- ☆50Updated 8 months ago
- A reader-writer lock that provides extremely fast read access without starving writers☆82Updated last year
- (lifetime) GATs on stable Rust☆59Updated last year
- super simple in-memory blocking LSM for constant-size keys and values☆71Updated 6 months ago
- docs.rs as a publishing platform?☆71Updated 2 weeks ago
- An unordered multiset/bag implementation backed by HashMap☆70Updated last month