jeffparsons / rangemapLinks
Map data structure whose keys are stored as ranges
☆100Updated 3 weeks ago
Alternatives and similar repositories for rangemap
Users that are interested in rangemap are comparing it to the libraries listed below
Sorting:
- Safe, zero-cost downcasting for limited compile-time specialization.☆178Updated 5 months ago
- assert!() and check!() macros for Rust, inspired by Catch2, now with diffs!☆124Updated 4 months ago
- Rust microbenchmarking harness based on paired-testing methodology☆145Updated 2 months ago
- A Mutex wrapper tracking acquisition order☆74Updated last month
- Fork of std::Arc with lots of utilities useful for FFI☆274Updated 2 weeks ago
- Const equivalents of std functions, compile-time comparison, and parsing.☆118Updated 2 months ago
- Allocation-free data structures that make do with the memory they're given☆145Updated 3 years ago
- Better reference counted strings for Rust☆139Updated last year
- ☆76Updated this week
- Lending iterators on stable Rust☆83Updated 2 years ago
- Inter-event timing metrics on top of tracing.☆129Updated 2 weeks ago
- An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds☆152Updated last year
- Faster integer division and modulus operations☆88Updated 6 months ago
- An unordered multiset/bag implementation backed by HashMap☆75Updated 2 weeks ago
- A map implementation that relies on fixed-size storage derived by a procedural macro☆53Updated 3 months ago
- Macro to repeat sequentially indexed copies of a fragment of code☆160Updated 3 weeks ago
- Blazing fast immutable collection datatypes for Rust.☆134Updated last week
- Graph the number of crates that depend on your crate over time☆256Updated 3 weeks ago
- A Cargo subcommand to build and test all feature flag combinations.☆178Updated last month
- Oneshot Rust channel working both in and between sync and async environments☆97Updated 10 months ago
- A simple wrapper around filesystem operations to provide more helpful error messages.☆171Updated 3 weeks ago
- Typed index version of Rust slice and Vec containers☆75Updated last month
- Cargo subcommand for viewing LLVM optimization remarks.☆202Updated 3 months ago
- Define your own PhantomData☆158Updated 3 weeks ago
- Make trait methods callable without the trait in scope☆162Updated 3 weeks ago
- An atomically updatable Arc for lock-free concurrency.☆189Updated 2 months ago
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆152Updated last month
- Lazy formatting utility macro for rust☆129Updated 2 years ago
- Utility wrapper to send non send types to other threads safely☆185Updated 9 months ago
- 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