saschagrunert / indextree
Arena based tree 🌲 structure by using indices instead of reference counted pointers
☆731Updated last week
Alternatives and similar repositories for indextree:
Users that are interested in indextree are comparing it to the libraries listed below
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,405Updated this week
- A fast bump allocation arena for Rust☆1,565Updated 3 weeks ago
- Compile-time reflection API for developing robust procedural macros (proof of concept)☆727Updated 3 weeks ago
- Slotmap data structure for Rust☆1,180Updated 11 months ago
- A vector with a fixed capacity. (Rust)☆789Updated 4 months ago
- Typed distributed plugin registration☆1,069Updated last week
- Slab allocator for Rust☆740Updated last week
- cargo subcommand showing the assembly or llvm-ir generated for Rust code☆1,212Updated 11 months ago
- Rust doesn't have exceptions☆631Updated 4 years ago
- Attribute macro to require that the compiler prove a function can't ever panic☆1,058Updated 3 weeks ago
- Efficient, lock-free, bounded Rust broadcast channel☆801Updated last year
- Test harness for ui tests of compiler diagnostics☆854Updated last week
- A string type for Rust that is not required to be valid UTF-8.☆886Updated last month
- Rust library allowing to register multiple handlers for the same signal☆750Updated 5 months ago
- Some more derive(Trait) options☆1,840Updated 2 weeks ago
- A hash table with consistent order and fast iteration; access items by key or sequence index☆1,880Updated 3 weeks ago
- A crate for managing memory bit by bit☆1,259Updated 6 months ago
- Runtime for executing procedural macros as WebAssembly☆1,333Updated last week
- The arena, a fast but limited type of allocator☆529Updated 6 months ago
- Ensure correct assumptions about constants, types, and more in Rust☆603Updated last year
- A multiprocess drop-in replacement for Rust channels☆914Updated 2 weeks ago
- An intrusive flamegraph profiling tool for rust.☆713Updated 11 months ago
- A macro to generate structures which behave like bitflags☆984Updated 2 weeks ago
- Compile time static maps for Rust☆1,890Updated 2 weeks ago
- derive simple constructor functions for Rust structs☆541Updated 5 months ago
- Macros for all your token pasting needs☆1,038Updated 4 months ago
- A Rust proc-macro attribute parser☆1,075Updated 3 weeks ago
- derive builder implementation for rust structs☆1,394Updated 4 months ago
- A safe arena allocator that allows deletion without suffering from the ABA problem by using generational indices.☆674Updated last year
- Compile-time type-checked builder derive☆944Updated 5 months ago