jeffparsons / rangemapLinks
Map data structure whose keys are stored as ranges
☆95Updated 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!☆119Updated 2 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆174Updated 2 months ago
- Rust microbenchmarking harness based on paired-testing methodology☆142Updated last week
- Fork of std::Arc with lots of utilities useful for FFI☆260Updated 3 weeks ago
- Better reference counted strings for Rust☆137Updated last year
- A Mutex wrapper tracking acquisition order☆74Updated last month
- Oneshot Rust channel working both in and between sync and async environments☆92Updated 8 months ago
- Faster integer division and modulus operations☆87Updated 4 months ago
- Show unused code from multi-crate Rust projects☆119Updated last year
- Macro to repeat sequentially indexed copies of a fragment of code☆159Updated last month
- A simple wrapper around filesystem operations to provide more helpful error messages.☆153Updated 3 weeks ago
- An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds☆141Updated last year
- Allocation-free data structures that make do with the memory they're given☆145Updated 3 years ago
- Arbitrary, fixed size numeric types that extend the functionality of primitive numeric types in Rust.☆114Updated 2 months ago
- A rust crate to find the total size of an object, on the stack and on the heap☆110Updated last year
- Inter-event timing metrics on top of tracing.☆127Updated 3 weeks ago
- More efficient alternative to `serde_json::Value` which saves memory by interning primitive values and using tagged pointers.☆139Updated 10 months ago
- Lazy formatting utility macro for rust☆129Updated last year
- Threadsafe RefCell for Rust☆95Updated 7 months ago
- Exposes arch-specific intrinsics as safe function (via cfg).☆57Updated 2 months ago
- An exploration of Storages☆37Updated last year
- Cargo subcommand for viewing LLVM optimization remarks.☆185Updated 2 weeks ago
- ☆125Updated 3 years ago
- A fast, concurrent string interner☆157Updated 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 5 months ago
- Graph the number of crates that depend on your crate over time☆253Updated last month
- Append-only collections for Rust where borrows to entries can outlive insertions☆260Updated 3 months ago
- Umbrella repository for Krabcake experiments☆47Updated 8 months ago
- A map implementation that relies on fixed-size storage derived by a procedural macro☆49Updated 3 weeks ago
- Utility wrapper to send non send types to other threads safely☆188Updated 7 months ago