jonhoo / atone
A `VecDeque` (and `Vec`) variant that spreads resize load across pushes.
☆106Updated 3 months ago
Alternatives and similar repositories for atone:
Users that are interested in atone are comparing it to the libraries listed below
- Make trait methods callable without the trait in scope☆136Updated 3 weeks ago
- A fast and flexible LRU map.☆180Updated 2 months ago
- Async fundamentals initiative: portable and interoperable☆76Updated 2 years ago
- A benchmarking harness for concurrent key-value collections☆117Updated 2 years ago
- An unordered multiset/bag implementation backed by HashMap☆67Updated 3 weeks ago
- (lifetime) GATs on stable Rust☆57Updated last year
- Run closures in parallel☆113Updated 2 months ago
- Define your own PhantomData☆152Updated 3 weeks ago
- ☆92Updated last year
- A Rust data structure for efficient lower-bound lookups☆90Updated last year
- Map data structure whose keys are stored as ranges☆84Updated 3 months ago
- Lending iterators on stable Rust☆82Updated last year
- Append-only collections for Rust where borrows to entries can outlive insertions☆240Updated 3 weeks ago
- Versioned data-structures for Rust☆203Updated last month
- A HashMap variant that spreads resize load across inserts☆191Updated 2 months ago
- Interning of data in rust☆96Updated last month
- Rust microbenchmarking harness based on paired-testing methodology☆85Updated 2 months ago
- Copy-on-write string utilities for Rust☆158Updated 11 months ago
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- assert!() and check!() macros for Rust, inspired by Catch2, now with diffs!☆100Updated 3 months ago
- A futures abstraction that runs a set of futures which may complete in any order.☆89Updated this week
- An on-disk hash table implementation☆116Updated 3 years ago
- Rust interface for Linux futexes, the fast user-space locking primitive.☆86Updated 9 months ago
- Async stream for Rust and the futures crate.☆183Updated last week
- Inter-event timing metrics on top of tracing.☆116Updated last year
- Better reference counted strings for Rust☆120Updated 8 months ago
- Utility wrapper to send non send types to other threads safely☆178Updated last week
- Pillars for Transactional Systems and Data Grids☆131Updated 11 months ago
- ☆111Updated 2 years ago
- Conditional compilation using boolean expression syntax, rather than any(), all(), not()☆294Updated 2 years ago