jeffparsons / rangemap
Map data structure whose keys are stored as ranges
☆81Updated last month
Alternatives and similar repositories for rangemap:
Users that are interested in rangemap are comparing it to the libraries listed below
- Safe, zero-cost downcasting for limited compile-time specialization.☆155Updated last month
- Threadsafe RefCell for Rust☆90Updated last year
- Fork of std::Arc with lots of utilities useful for FFI☆222Updated last week
- Better reference counted strings for Rust☆117Updated 6 months ago
- Oneshot Rust channel working both in and between sync and async environments☆84Updated 3 months ago
- assert!() and check!() macros for Rust, inspired by Catch2, now with diffs!☆99Updated 3 weeks ago
- ☆65Updated 7 months ago
- An exploration of Storages☆36Updated last year
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆80Updated 3 years ago
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆119Updated 7 months ago
- Arbitrary, fixed size numeric types that extend the functionality of primitive numeric types in Rust.☆101Updated 3 weeks ago
- Lending iterators on stable Rust☆81Updated last year
- Make trait methods callable without the trait in scope☆135Updated last week
- Faster integer division and modulus operations☆70Updated 2 years ago
- An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds☆117Updated 4 months ago
- Rust microbenchmarking harness based on paired-testing methodology☆83Updated 3 weeks ago
- Blazing fast immutable collection datatypes for Rust.☆93Updated this week
- Cargo subcommand for viewing LLVM optimization remarks.☆173Updated 8 months ago
- A concurrent, append-only vector.☆141Updated last month
- Typed index version of Rust slice and Vec containers☆68Updated 3 months ago
- Choose Rust types at compile-time via constants☆63Updated last year
- Inter-event timing metrics on top of tracing.☆116Updated last year
- ☆38Updated 5 months ago
- A simple wrapper around filesystem operations to provide more helpful error messages.☆140Updated last week
- a lock-free concurrent slab (experimental)☆278Updated last month
- Mirror of Rust's allocator api for use on stable rust☆49Updated last month
- Exposes arch-specific intrinsics as safe function (via cfg).☆51Updated last month
- High-precision and consistent benchmarking framework/harness for Rust☆111Updated last week
- A reader-writer lock that provides extremely fast read access without starving writers☆76Updated last year
- serde::Deserializer for proc_macro/proc_macro2::TokenStream