tnballo / scapegoatLinks
Safe, fallible, embedded-friendly ordered set/map via a scapegoat tree. Validated against BTreeSet/BTreeMap.
☆260Updated 3 years ago
Alternatives and similar repositories for scapegoat
Users that are interested in scapegoat are comparing it to the libraries listed below
Sorting:
- Concurrently Readable Data Structures for Rust☆360Updated 2 months ago
- Graph the number of crates that depend on your crate over time☆251Updated 2 weeks ago
- Statically-checked alternatives to RefCell and RwLock☆371Updated last year
- Fast, efficient, and robust memory reclamation for Rust.☆432Updated 3 months ago
- a lock-free concurrent slab (experimental)☆294Updated 8 months ago
- Hazard pointers in Rust.☆206Updated 2 months ago
- in-place allocation-reusing queues for Rust☆380Updated last year
- Support crate for rustc's self-profiling feature☆370Updated 2 months ago
- Reflection via DWARF.☆297Updated 2 years ago
- Small, fast, synchronization primitives☆249Updated 11 months ago
- Experiments with structured concurrency in Rust☆385Updated last year
- A Rust macro to determine if a type implements a logical trait expression☆259Updated 5 years ago
- Manual segmented stacks for Rust☆319Updated 4 months ago
- Macro to generate bitfields for structs that allow for modular use of enums.☆204Updated 4 months ago
- ☆216Updated last month
- Append-only collections for Rust where borrows to entries can outlive insertions☆256Updated last month
- Safe, zero-cost downcasting for limited compile-time specialization.☆169Updated last month
- Fork of std::Arc with lots of utilities useful for FFI☆252Updated 2 months ago
- An implementation of Joshua Yanovski's Ghost Cell paper.☆482Updated last year
- Zero-overhead type-safe builder pattern `derive` macro for your Rust structs☆221Updated 2 years ago
- A lightweight version of pin-project written with declarative macros.☆254Updated last week
- Count lines of LLVM IR per generic function☆471Updated 2 weeks ago
- Faster, more compact implementation of std::Cow☆362Updated 2 years ago
- Compile-time reference counting☆457Updated 3 months ago
- Allocation-free data structures that make do with the memory they're given☆145Updated 3 years ago
- Cargo extension for running Criterion.rs benchmarks☆202Updated 3 months ago
- Easy function multiversioning for Rust☆236Updated 9 months ago
- Home of the Allocators working group: Paving a path for a standard set of allocator traits to be used in collections!☆232Updated 4 years ago
- A data structure to efficiently intern, cache and restore strings.☆203Updated 3 weeks ago
- A thread pool for isolating blocking I/O in async programs☆361Updated last week