saschagrunert / indextreeLinks
Arena based tree 🌲 structure by using indices instead of reference counted pointers
☆753Updated last month
Alternatives and similar repositories for indextree
Users that are interested in indextree are comparing it to the libraries listed below
Sorting:
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,484Updated 2 weeks ago
- Slotmap data structure for Rust☆1,205Updated last year
- A vector with a fixed capacity. (Rust)☆821Updated 8 months ago
- An intrusive flamegraph profiling tool for rust.☆715Updated last year
- Attribute macro to require that the compiler prove a function can't ever panic☆1,132Updated 3 months ago
- Slab allocator for Rust☆793Updated last week
- Compile-time reflection API for developing robust procedural macros (proof of concept)☆749Updated last month
- Test harness for ui tests of compiler diagnostics☆889Updated 2 weeks ago
- A fast bump allocation arena for Rust☆1,782Updated 2 weeks ago
- A macro to generate structures which behave like bitflags☆1,024Updated last month
- Ensure correct assumptions about constants, types, and more in Rust☆619Updated last year
- A Rust proc-macro attribute parser☆1,129Updated 2 weeks ago
- Macros for all your token pasting needs☆1,051Updated 8 months ago
- Typed distributed plugin registration☆1,122Updated 3 months ago
- Rust doesn't have exceptions☆634Updated 4 years ago
- Overwrite `assert_eq!` with a drop-in replacement, adding a colorful diff.☆1,275Updated 3 weeks ago
- A string type for Rust that is not required to be valid UTF-8.☆948Updated 2 months ago
- cargo subcommand showing the assembly or llvm-ir generated for Rust code☆1,230Updated last year
- A crate for managing memory bit by bit☆1,311Updated 10 months ago
- The arena, a fast but limited type of allocator☆542Updated 10 months ago
- Compile time static maps for Rust☆1,940Updated this week
- Efficient, lock-free, bounded Rust broadcast channel☆816Updated last year
- Rust library allowing to register multiple handlers for the same signal☆783Updated last month
- Compile-time type-checked builder derive☆1,033Updated 3 months ago
- A safe arena allocator that allows deletion without suffering from the ABA problem by using generational indices.☆681Updated last year
- Module initialization/global constructor functions for Rust☆869Updated last month
- derive builder implementation for rust structs☆1,445Updated 8 months ago
- Automatic checking for semantic versioning in library crates☆635Updated last year
- a Rust library for running child processes☆905Updated this week
- Write safer FFI code in Rust without polluting it with unsafe code☆988Updated 3 weeks ago