ArnaudValensi / vec-tree
A safe tree using an arena allocator that allows deletion without suffering from the ABA problem by using generational indices. https://docs.rs/vec-tree/0.1.0/vec_tree/
☆31Updated 5 years ago
Related projects ⓘ
Alternatives and complementary repositories for vec-tree
- A growable bit-vector for Rust, optimized for size☆39Updated 8 months ago
- Rust: Get multiple mutable references to the same collection☆13Updated 6 years ago
- Repo for the Rust `platform` crate.☆22Updated 5 years ago
- A fast, small, full-featured, no-std compatible oneshot channel☆61Updated 11 months ago
- SegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size.☆35Updated 10 months ago
- [DEPRECATED] A simple object arena☆37Updated 3 years ago
- A trait-based system for creating async Wakers. Because RawWakers are healthier after they've been cooked.☆21Updated 3 years ago
- Dynamically query a type-erased object for any trait implementation☆65Updated 2 years ago
- Retriever stores ordinary rust data types in a similar manner as a NoSQL database.☆48Updated last year
- ☆46Updated 4 years ago
- Cache & In-Memory optimizations for Rust, revived from the slabs of Sumer.☆30Updated 4 years ago
- ☆54Updated 5 years ago
- Bit-vectors and bit-slices for Rust☆27Updated 3 years ago
- ☆20Updated 4 years ago
- Utility for reusing memory☆52Updated 4 years ago
- Take a reference and get back a slice of length one☆26Updated 3 years ago
- A safe-guarded transmute for Rust☆38Updated 6 months ago
- Generate is a library for building iterators on the fly☆39Updated 3 years ago
- ☆21Updated 3 years ago
- A generic, fixed-size, associative cache☆40Updated 2 weeks ago
- Faster integer division and modulus operations☆70Updated last year
- An owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation.☆68Updated 2 years ago
- To futures-lite as futures-lite is to futures: smaller.☆53Updated 6 months ago
- Splay Tree based Collections (e.g., Map, Set, Heap) Library for Rust☆19Updated last year
- ☆23Updated 5 years ago
- A simple helper to transform Markdown links to intra-doc links in Rust projects when appropriate.☆36Updated 3 years ago
- A sentinel-based, heapless, `Vec`-like type.☆68Updated 4 years ago