saschagrunert / indextreeLinks
Arena based tree 🌲 structure by using indices instead of reference counted pointers
☆764Updated last month
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☆557Updated last year
- Slab allocator for Rust☆842Updated last month
- Compile-time reflection API for developing robust procedural macros (proof of concept)☆757Updated 2 weeks ago
- Slotmap data structure for Rust☆1,237Updated last year
- A vector with a fixed capacity. (Rust)☆830Updated 11 months ago
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,532Updated last week
- An intrusive flamegraph profiling tool for rust.☆724Updated last year
- Ensure correct assumptions about constants, types, and more in Rust☆630Updated last year
- Macros for all your token pasting needs☆1,055Updated 11 months ago
- Heap profiling and ad hoc profiling for Rust programs.☆881Updated 7 months ago
- Typed distributed plugin registration☆1,188Updated 2 weeks ago
- Rust doesn't have exceptions☆635Updated 5 years ago
- Just, really the littlest Vec you could need. So smol.☆704Updated last month
- Efficient, lock-free, bounded Rust broadcast channel☆826Updated 2 years ago
- A safe arena allocator that allows deletion without suffering from the ABA problem by using generational indices.☆683Updated 2 years ago
- Rust method delegation with less boilerplate☆496Updated 2 months ago
- Test harness for ui tests of compiler diagnostics☆924Updated 2 weeks ago
- A crate for managing memory bit by bit☆1,335Updated last year
- A string type for Rust that is not required to be valid UTF-8.☆984Updated last month
- Compact inlined strings for Rust.☆529Updated 2 years ago
- Data structure serialization library with several opposite design goals from Serde☆882Updated this week
- A minimal `syn` syntax tree pretty-printer☆720Updated 2 weeks ago
- A macro to generate structures which behave like bitflags☆1,058Updated last month
- Compile-time type-checked builder derive☆1,097Updated 3 weeks ago
- Stackless generators on stable Rust.☆469Updated 3 years ago
- Attribute macro to require that the compiler prove a function can't ever panic☆1,151Updated 2 weeks ago
- Experimental one-shot benchmarking/profiling harness for Rust☆626Updated last year
- Array of Struct to Struct of Array helpers in Rust☆454Updated 5 months ago
- Rust library allowing to register multiple handlers for the same signal☆800Updated last month
- Easy self-referential struct generation for Rust.☆652Updated 8 months ago