jeffparsons / rangemapLinks
Map data structure whose keys are stored as ranges
☆93Updated last month
Alternatives and similar repositories for rangemap
Users that are interested in rangemap are comparing it to the libraries listed below
Sorting:
- Rust microbenchmarking harness based on paired-testing methodology☆136Updated this week
- assert!() and check!() macros for Rust, inspired by Catch2, now with diffs!☆109Updated last week
- Safe, zero-cost downcasting for limited compile-time specialization.☆168Updated 2 weeks ago
- Fork of std::Arc with lots of utilities useful for FFI☆251Updated 2 months ago
- A wrapper type for cross-type numeric comparisons.☆27Updated 2 years ago
- Macro to repeat sequentially indexed copies of a fragment of code☆157Updated this week
- Better reference counted strings for Rust☆134Updated last year
- A Mutex wrapper tracking acquisition order☆74Updated last week
- Append-only collections for Rust where borrows to entries can outlive insertions☆255Updated last month
- An exploration of Storages☆37Updated last year
- Faster integer division and modulus operations☆87Updated 2 months ago
- Show unused code from multi-crate Rust projects☆116Updated 11 months ago
- A simple wrapper around filesystem operations to provide more helpful error messages.☆151Updated 2 months ago
- More efficient alternative to `serde_json::Value` which saves memory by interning primitive values and using tagged pointers.☆136Updated 8 months ago
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆112Updated 3 months ago
- An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds☆126Updated 11 months ago
- Oneshot Rust channel working both in and between sync and async environments☆91Updated 6 months ago
- Define your own PhantomData☆156Updated this week
- Lending iterators on stable Rust☆83Updated last year
- Allocation-free data structures that make do with the memory they're given☆144Updated 3 years ago
- Make trait methods callable without the trait in scope☆152Updated this week
- Utility wrapper to send non send types to other threads safely☆185Updated 5 months ago
- Pull in every source file in a directory as a module☆177Updated this week
- A small test framework to write your own test harness that looks and behaves like the built-in test harness used by `rustc --test`☆121Updated 10 months ago
- A rust crate to find the total size of an object, on the stack and on the heap☆109Updated last year
- Const equivalents of std functions, compile-time comparison, and parsing.☆105Updated last week
- Arbitrary, fixed size numeric types that extend the functionality of primitive numeric types in Rust.☆113Updated 3 weeks ago
- An updated version of linked-hash-map and friends☆122Updated 4 months ago
- Automatically implement traits for common smart pointers☆119Updated 4 months ago
- ☆73Updated 3 weeks ago