jeffparsons / rangemapLinks
Map data structure whose keys are stored as ranges
☆100Updated last week
Alternatives and similar repositories for rangemap
Users that are interested in rangemap are comparing it to the libraries listed below
Sorting:
- assert!() and check!() macros for Rust, inspired by Catch2, now with diffs!☆122Updated 4 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆178Updated 4 months ago
- Rust microbenchmarking harness based on paired-testing methodology☆144Updated last month
- Fork of std::Arc with lots of utilities useful for FFI☆271Updated last month
- A Mutex wrapper tracking acquisition order☆74Updated 3 weeks ago
- Lending iterators on stable Rust☆83Updated last year
- Blazing fast immutable collection datatypes for Rust.☆128Updated 2 weeks ago
- Faster integer division and modulus operations☆87Updated 6 months ago
- Inter-event timing metrics on top of tracing.☆129Updated 2 weeks ago
- Make trait methods callable without the trait in scope☆161Updated last week
- generators☆211Updated 2 years ago
- Const equivalents of std functions, compile-time comparison, and parsing.☆116Updated last month
- Better reference counted strings for Rust☆139Updated last year
- ☆125Updated 3 years ago
- An on-disk hash table implementation☆126Updated 4 years ago
- Allocation-free data structures that make do with the memory they're given☆145Updated 3 years ago
- Macro to repeat sequentially indexed copies of a fragment of code☆160Updated last week
- Open a scope and then freeze it in time for future access.☆107Updated last year
- Show unused code from multi-crate Rust projects☆122Updated last year
- Graph the number of crates that depend on your crate over time☆254Updated last week
- Utility wrapper to send non send types to other threads safely☆185Updated 9 months ago
- Append-only collections for Rust where borrows to entries can outlive insertions☆264Updated last month
- ☆112Updated 3 years ago
- A fast, concurrent string interner☆162Updated last year
- An exploration of Storages☆39Updated 2 years ago
- A Rust data structure for efficient lower-bound lookups☆92Updated last year
- An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds☆152Updated last year
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆114Updated 7 months ago
- Choose Rust types at compile-time via constants☆70Updated last year
- An unordered multiset/bag implementation backed by HashMap☆75Updated last month