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 fast and flexible LRU map.☆198Updated 11 months ago
- A benchmarking harness for concurrent key-value collections☆119Updated 2 years ago
- Library and proc macro to analyze memory usage of data structures in rust.☆192Updated 2 weeks ago
- ☆94Updated 2 years ago
- Make trait methods callable without the trait in scope☆161Updated this week
- Define your own PhantomData☆158Updated this week
- A HashMap variant that spreads resize load across inserts☆196Updated 10 months ago
- Async fundamentals initiative: portable and interoperable☆76Updated 2 years ago
- (lifetime) GATs on stable Rust☆59Updated last year
- An unordered multiset/bag implementation backed by HashMap☆75Updated last month
- Async stream for Rust and the futures crate.☆192Updated 2 weeks ago
- Compile-time checks that an enum or match is written in sorted order☆119Updated this week
- Non-interleaving multithreaded output queue☆79Updated this week
- A futures abstraction that runs a set of futures which may complete in any order.☆91Updated 2 months ago
- Benchmarking library for stable Rust☆47Updated this week
- generators☆211Updated 2 years ago
- A collection of small utilities for working with pointer types in Rust.☆132Updated 11 months ago
- Utility wrapper to send non send types to other threads safely☆186Updated 9 months ago
- A Rust data structure for efficient lower-bound lookups☆92Updated last year
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 4 years ago
- Lending iterators on stable Rust☆83Updated last year
- Inter-event timing metrics on top of tracing.☆129Updated 2 weeks ago
- ☆205Updated last year
- A lock-free, append-only atomic pool.☆68Updated 3 years ago
- Library safely exposing the io_uring API.☆70Updated this week
- Very fast lock-free, bounded, work-stealing queues with FIFO stealing and LIFO or FIFO semantic for the worker thread.☆87Updated last year
- Some internal rustc tools made accessible☆47Updated 2 months ago
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆139Updated 6 months ago
- a lock-free concurrent slab (experimental)☆302Updated 11 months ago
- Append-only collections for Rust where borrows to entries can outlive insertions☆264Updated last month