jonhoo / atoneLinks
A `VecDeque` (and `Vec`) variant that spreads resize load across pushes.
☆107Updated 6 months ago
Alternatives and similar repositories for atone
Users that are interested in atone are comparing it to the libraries listed below
Sorting:
- A benchmarking harness for concurrent key-value collections☆119Updated 2 years ago
- A fast and flexible LRU map.☆189Updated 6 months ago
- Make trait methods callable without the trait in scope☆149Updated last month
- (lifetime) GATs on stable Rust☆59Updated last year
- ☆93Updated last year
- Library and proc macro to analyze memory usage of data structures in rust.☆157Updated this week
- Define your own PhantomData☆155Updated last week
- An unordered multiset/bag implementation backed by HashMap☆67Updated 4 months ago
- A collection of small utilities for working with pointer types in Rust.☆126Updated 5 months ago
- Async fundamentals initiative: portable and interoperable☆76Updated 2 years ago
- Async stream for Rust and the futures crate.☆184Updated last month
- Lending iterators on stable Rust☆83Updated last year
- Versioned data-structures for Rust☆206Updated 4 months ago
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆80Updated 10 months ago
- ☆212Updated 2 weeks ago
- An updated version of linked-hash-map and friends☆120Updated 3 months ago
- A lock-free, append-only atomic pool.☆67Updated 3 years ago
- ☆197Updated last year
- Inter-event timing metrics on top of tracing.☆124Updated this week
- A futures abstraction that runs a set of futures which may complete in any order.☆90Updated 3 months ago
- Append-only collections for Rust where borrows to entries can outlive insertions☆252Updated 4 months ago
- Compile-time checks that an enum or match is written in sorted order☆117Updated last month
- ☆72Updated last month
- Copy-on-write string utilities for Rust☆158Updated last year
- Rust interface for Linux futexes, the fast user-space locking primitive.☆87Updated last year
- Automatically implement traits for common smart pointers☆114Updated 3 months ago
- A HashMap variant that spreads resize load across inserts☆192Updated 5 months ago
- Some internal rustc tools made accessible☆47Updated 6 months ago
- rust bindings of snmalloc☆136Updated 3 months ago
- Queue futures to run concurrently, in the order they're spawned, and with global and group limits.☆64Updated this week