jonhoo / atoneLinks
A `VecDeque` (and `Vec`) variant that spreads resize load across pushes.
☆115Updated 2 weeks 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.☆199Updated last year
- An unordered multiset/bag implementation backed by HashMap☆75Updated 2 weeks ago
- Make trait methods callable without the trait in scope☆162Updated last month
- (lifetime) GATs on stable Rust☆59Updated 2 years ago
- Utility wrapper to send non send types to other threads safely☆185Updated 9 months ago
- Compile-time checks that an enum or match is written in sorted order☆120Updated last month
- Define your own PhantomData☆158Updated last month
- Append-only collections for Rust where borrows to entries can outlive insertions☆267Updated 2 months ago
- ☆94Updated 2 years ago
- Library and proc macro to analyze memory usage of data structures in rust.☆193Updated last month
- generators☆211Updated 2 years ago
- A HashMap variant that spreads resize load across inserts☆196Updated 11 months ago
- Async fundamentals initiative: portable and interoperable☆77Updated 2 years ago
- Lending iterators on stable Rust☆83Updated 2 years ago
- A collection of small utilities for working with pointer types in Rust.☆133Updated last year
- Graph the number of crates that depend on your crate over time☆256Updated last month
- Better reference counted strings for Rust☆139Updated last year
- A futures abstraction that runs a set of futures which may complete in any order.☆92Updated 3 months ago
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆88Updated last year
- ☆241Updated 5 months ago
- Async stream for Rust and the futures crate.☆193Updated last week
- a lock-free concurrent slab (experimental)☆303Updated last year
- A lock-free, append-only atomic pool.☆68Updated 3 years ago
- Benchmarking library for stable Rust☆47Updated last month
- Inter-event timing metrics on top of tracing.☆129Updated 2 weeks ago
- Rust interface for Linux futexes, the fast user-space locking primitive.☆92Updated last year
- An updated version of linked-hash-map and friends☆139Updated 2 months ago
- Copy-on-write string utilities for Rust☆161Updated last year
- A reader-writer lock that provides extremely fast read access without starving writers☆86Updated 2 years ago