saschagrunert / indextreeLinks
Arena based tree 🌲 structure by using indices instead of reference counted pointers
☆759Updated 2 months ago
Alternatives and similar repositories for indextree
Users that are interested in indextree are comparing it to the libraries listed below
Sorting:
- The arena, a fast but limited type of allocator☆548Updated 11 months ago
- Slotmap data structure for Rust☆1,221Updated last year
- Slab allocator for Rust☆804Updated last month
- Compile-time reflection API for developing robust procedural macros (proof of concept)☆754Updated 2 months ago
- A safe arena allocator that allows deletion without suffering from the ABA problem by using generational indices.☆681Updated last year
- Ensure correct assumptions about constants, types, and more in Rust☆624Updated last year
- A vector with a fixed capacity. (Rust)☆827Updated 9 months ago
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,512Updated 3 weeks ago
- Rust doesn't have exceptions☆634Updated 4 years ago
- Macros for all your token pasting needs☆1,052Updated 9 months ago
- An intrusive flamegraph profiling tool for rust.☆720Updated last year
- Test harness for ui tests of compiler diagnostics☆911Updated this week
- A string type for Rust that is not required to be valid UTF-8.☆961Updated 3 months ago
- Efficient, lock-free, bounded Rust broadcast channel☆821Updated last year
- Typed distributed plugin registration☆1,143Updated last month
- Rust method delegation with less boilerplate☆492Updated 3 weeks ago
- Heap profiling and ad hoc profiling for Rust programs.☆868Updated 5 months ago
- Experimental one-shot benchmarking/profiling harness for Rust☆621Updated 11 months ago
- A multiprocess drop-in replacement for Rust channels☆988Updated this week
- Data structure serialization library with several opposite design goals from Serde☆875Updated 2 months ago
- Compile-time type-checked builder derive☆1,052Updated 4 months ago
- Array of Struct to Struct of Array helpers in Rust☆445Updated 3 months ago
- A minimal `syn` syntax tree pretty-printer☆710Updated last week
- A crate for managing memory bit by bit☆1,317Updated 11 months ago
- A fast bump allocation arena for Rust☆1,830Updated last month
- Stackless generators on stable Rust.☆467Updated 3 years ago
- A macro to generate structures which behave like bitflags☆1,037Updated last week
- Runtime for executing procedural macros as WebAssembly☆1,400Updated 2 months ago
- derive simple constructor functions for Rust structs☆561Updated 11 months ago
- Attribute macro to require that the compiler prove a function can't ever panic☆1,136Updated 4 months ago