saschagrunert / indextree
Arena based tree 🌲 structure by using indices instead of reference counted pointers
☆740Updated 2 months ago
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,443Updated last week
- Slotmap data structure for Rust☆1,197Updated last year
- Compile-time reflection API for developing robust procedural macros (proof of concept)☆737Updated last month
- An intrusive flamegraph profiling tool for rust.☆714Updated last year
- A vector with a fixed capacity. (Rust)☆809Updated 5 months ago
- Slab allocator for Rust☆758Updated 2 months ago
- A safe arena allocator that allows deletion without suffering from the ABA problem by using generational indices.☆678Updated last year
- Typed distributed plugin registration☆1,096Updated last month
- Efficient, lock-free, bounded Rust broadcast channel☆809Updated last year
- A macro to generate structures which behave like bitflags☆1,002Updated last month
- A hash table with consistent order and fast iteration; access items by key or sequence index☆1,971Updated last week
- A fast bump allocation arena for Rust☆1,661Updated this week
- Runtime for executing procedural macros as WebAssembly☆1,375Updated last month
- Custom hooks for colorful human oriented error reports via panics and the eyre crate☆958Updated 8 months ago
- A string type for Rust that is not required to be valid UTF-8.☆913Updated last week
- Rust doesn't have exceptions☆631Updated 4 years ago
- Test harness for ui tests of compiler diagnostics☆875Updated last month
- The arena, a fast but limited type of allocator☆538Updated 8 months ago
- A multiprocess drop-in replacement for Rust channels☆944Updated this week
- Macros for all your token pasting needs☆1,045Updated 6 months ago
- A crate for managing memory bit by bit☆1,282Updated 8 months ago
- cargo subcommand showing the assembly or llvm-ir generated for Rust code☆1,222Updated last year
- Rust library for reading/writing numbers in big-endian and little-endian.☆1,018Updated 6 months ago
- Attribute macro to require that the compiler prove a function can't ever panic☆1,106Updated last month
- PEG parser combinators using operator overloading without macros.☆510Updated 2 months ago
- Stackless generators on stable Rust.☆459Updated 2 years ago
- cross-platform Rust API for memory mapped IO☆561Updated 3 years ago
- Rust library allowing to register multiple handlers for the same signal☆766Updated last week
- Rust quasi-quoting☆1,401Updated last month
- Compile time static maps for Rust☆1,913Updated 2 months ago