saschagrunert / indextreeLinks
Arena based tree 🌲 structure by using indices instead of reference counted pointers
☆772Updated 5 months ago
Alternatives and similar repositories for indextree
Users that are interested in indextree are comparing it to the libraries listed below
Sorting:
- Slotmap data structure for Rust☆1,284Updated last month
- The arena, a fast but limited type of allocator☆575Updated last year
- Slab allocator for Rust☆866Updated last week
- A vector with a fixed capacity. (Rust)☆851Updated last year
- Ensure correct assumptions about constants, types, and more in Rust☆644Updated 2 years ago
- Compile-time reflection API for developing robust procedural macros (proof of concept)☆768Updated last month
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,609Updated last month
- Efficient, lock-free, bounded Rust broadcast channel☆837Updated 2 years ago
- An intrusive flamegraph profiling tool for rust.☆729Updated last year
- Test harness for ui tests of compiler diagnostics☆949Updated this week
- Macros for all your token pasting needs☆1,074Updated last year
- A crate for managing memory bit by bit☆1,367Updated last year
- A safe arena allocator that allows deletion without suffering from the ABA problem by using generational indices.☆686Updated 2 years ago
- Rust doesn't have exceptions☆634Updated 5 years ago
- A macro to generate structures which behave like bitflags☆1,093Updated last month
- Heap profiling and ad hoc profiling for Rust programs.☆931Updated 11 months ago
- Attribute macro to require that the compiler prove a function can't ever panic☆1,181Updated 3 weeks ago
- Portable Packed SIMD Vectors for Rust standard library☆635Updated last year
- Rust method delegation with less boilerplate☆509Updated 2 months ago
- cross-platform Rust API for memory mapped IO☆567Updated 3 years ago
- cargo subcommand showing the assembly or llvm-ir generated for Rust code☆1,269Updated last year
- A multiprocess drop-in replacement for Rust channels☆1,078Updated last week
- Typed distributed plugin registration☆1,250Updated 2 weeks ago
- A string type for Rust that is not required to be valid UTF-8.☆1,026Updated 3 months ago
- Intrusive collections for Rust☆485Updated 3 weeks ago
- Data structure serialization library with several opposite design goals from Serde☆914Updated last month
- Stackless generators on stable Rust.☆476Updated 3 years ago
- Experimental one-shot benchmarking/profiling harness for Rust☆644Updated last year
- Compact inlined strings for Rust.☆541Updated 2 years ago
- Just, really the littlest Vec you could need. So smol.☆722Updated last week