jonhoo / atoneLinks
A `VecDeque` (and `Vec`) variant that spreads resize load across pushes.
☆107Updated 5 months ago
Alternatives and similar repositories for atone
Users that are interested in atone are comparing it to the libraries listed below
Sorting:
- A fast and flexible LRU map.☆185Updated 5 months ago
- ☆93Updated last year
- Make trait methods callable without the trait in scope☆147Updated last month
- Define your own PhantomData☆152Updated last month
- A benchmarking harness for concurrent key-value collections☆119Updated 2 years ago
- A Rust data structure for efficient lower-bound lookups☆90Updated last year
- Async fundamentals initiative: portable and interoperable☆76Updated 2 years ago
- Utility wrapper to send non send types to other threads safely☆182Updated 2 months ago
- Interning of data in rust☆101Updated 3 months ago
- A lock-free, append-only atomic pool.☆67Updated 3 years ago
- Library and proc macro to analyze memory usage of data structures in rust.☆156Updated 3 weeks ago
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆79Updated 9 months ago
- An updated version of linked-hash-map and friends☆116Updated 2 months ago
- Some internal rustc tools made accessible☆47Updated 5 months ago
- A futures abstraction that runs a set of futures which may complete in any order.☆90Updated 2 months ago
- ☆69Updated last month
- Run closures in parallel☆113Updated 5 months ago
- structured parallel execution for async Rust☆33Updated 10 months ago
- (lifetime) GATs on stable Rust☆59Updated last year
- Rust interface for Linux futexes, the fast user-space locking primitive.☆87Updated last year
- ☆196Updated last year
- Compile-time checks that an enum or match is written in sorted order☆115Updated 2 weeks ago
- Lending iterators on stable Rust☆82Updated last year
- docs.rs as a publishing platform?☆69Updated last month
- Fast and correct async IO runtime in a small amount of readable code. Inspired by tokio☆71Updated last year
- rust bindings of snmalloc☆136Updated 2 months ago
- A implementation of convenience integrations between tokio and tower☆129Updated last year
- A HashMap variant that spreads resize load across inserts☆192Updated 4 months ago
- A working Rust example for how to implement Borrow for complex keys☆66Updated last year
- Async stream for Rust and the futures crate.☆183Updated 2 weeks ago