saschagrunert / indextree
Arena based tree 🌲 structure by using indices instead of reference counted pointers
☆734Updated last month
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,423Updated last week
- Slab allocator for Rust☆747Updated last month
- A vector with a fixed capacity. (Rust)☆803Updated 5 months ago
- Slotmap data structure for Rust☆1,190Updated last year
- Efficient, lock-free, bounded Rust broadcast channel☆803Updated last year
- Typed distributed plugin registration☆1,084Updated 2 weeks ago
- Macros for all your token pasting needs☆1,041Updated 5 months ago
- A string type for Rust that is not required to be valid UTF-8.☆900Updated 2 months ago
- Compile-time type-checked builder derive☆969Updated this week
- Compile-time reflection API for developing robust procedural macros (proof of concept)☆732Updated 2 weeks ago
- Test harness for ui tests of compiler diagnostics☆869Updated 2 weeks ago
- Rust doesn't have exceptions☆630Updated 4 years ago
- Ensure correct assumptions about constants, types, and more in Rust☆607Updated last year
- Module initialization/global constructor functions for Rust☆825Updated 2 weeks ago
- Heap profiling and ad hoc profiling for Rust programs.☆778Updated last month
- A Rust proc-macro attribute parser☆1,093Updated 2 weeks ago
- A safe arena allocator that allows deletion without suffering from the ABA problem by using generational indices.☆676Updated last year
- Attribute macro to require that the compiler prove a function can't ever panic☆1,065Updated last week
- A macro to generate structures which behave like bitflags☆992Updated 3 weeks ago
- Support atomic operations on Arc itself☆900Updated 3 weeks ago
- A fast bump allocation arena for Rust☆1,621Updated 3 weeks ago
- Overwrite `assert_eq!` with a drop-in replacement, adding a colorful diff.☆1,253Updated 3 months ago
- The arena, a fast but limited type of allocator☆533Updated 7 months ago
- Just, really the littlest Vec you could need. So smol.☆675Updated 2 weeks ago
- A hash table with consistent order and fast iteration; access items by key or sequence index☆1,932Updated this week
- cargo subcommand showing the assembly or llvm-ir generated for Rust code☆1,218Updated last year
- An intrusive flamegraph profiling tool for rust.☆713Updated last year
- Runtime for executing procedural macros as WebAssembly☆1,362Updated 2 weeks ago
- cross-platform Rust API for memory mapped IO☆558Updated 3 years ago
- A multiprocess drop-in replacement for Rust channels☆935Updated 2 weeks ago