saschagrunert / indextree
Arena based tree 🌲 structure by using indices instead of reference counted pointers
☆742Updated this 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,460Updated last week
- Slab allocator for Rust☆777Updated last week
- A vector with a fixed capacity. (Rust)☆811Updated 6 months ago
- A string type for Rust that is not required to be valid UTF-8.☆926Updated last month
- An intrusive flamegraph profiling tool for rust.☆714Updated last year
- The arena, a fast but limited type of allocator☆541Updated 8 months ago
- Slotmap data structure for Rust☆1,196Updated last year
- A crate for managing memory bit by bit☆1,288Updated 9 months ago
- Compile-time reflection API for developing robust procedural macros (proof of concept)☆743Updated 2 months ago
- derive simple constructor functions for Rust structs☆549Updated 8 months ago
- Macros for all your token pasting needs☆1,045Updated 7 months ago
- A macro to generate structures which behave like bitflags☆1,011Updated 2 months ago
- Rust doesn't have exceptions☆632Updated 4 years ago
- Attribute macro to require that the compiler prove a function can't ever panic☆1,126Updated last month
- A safe arena allocator that allows deletion without suffering from the ABA problem by using generational indices.☆678Updated last year
- Test harness for ui tests of compiler diagnostics☆877Updated 2 months ago
- A multiprocess drop-in replacement for Rust channels☆957Updated this week
- A fast bump allocation arena for Rust☆1,703Updated 3 weeks ago
- Ensure correct assumptions about constants, types, and more in Rust☆616Updated last year
- Heap profiling and ad hoc profiling for Rust programs.☆792Updated 2 months ago
- Rust library for reading/writing numbers in big-endian and little-endian.☆1,024Updated 7 months ago
- Rust library allowing to register multiple handlers for the same signal☆773Updated 2 weeks ago
- A hash table with consistent order and fast iteration; access items by key or sequence index☆1,994Updated last month
- Typed distributed plugin registration☆1,104Updated 2 months ago
- Compile-time type-checked builder derive☆1,014Updated last month
- Efficient, lock-free, bounded Rust broadcast channel☆816Updated last year
- Portable Packed SIMD Vectors for Rust standard library☆620Updated last year
- cargo subcommand showing the assembly or llvm-ir generated for Rust code☆1,225Updated last year
- Temporary file library for rust☆1,288Updated this week
- Data structure serialization library with several opposite design goals from Serde☆853Updated 2 months ago