saschagrunert / indextreeLinks
Arena based tree 🌲 structure by using indices instead of reference counted pointers
☆747Updated 3 weeks ago
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,473Updated this week
- Slotmap data structure for Rust☆1,202Updated last year
- Slab allocator for Rust☆787Updated last week
- Ensure correct assumptions about constants, types, and more in Rust☆618Updated last year
- Typed distributed plugin registration☆1,113Updated 2 months ago
- Compile-time reflection API for developing robust procedural macros (proof of concept)☆746Updated 2 weeks ago
- A Rust proc-macro attribute parser☆1,121Updated last week
- Macros for all your token pasting needs☆1,046Updated 7 months ago
- A fast bump allocation arena for Rust☆1,753Updated this week
- A safe arena allocator that allows deletion without suffering from the ABA problem by using generational indices.☆680Updated last year
- Rust method delegation with less boilerplate☆487Updated last month
- An intrusive flamegraph profiling tool for rust.☆716Updated last year
- A string type for Rust that is not required to be valid UTF-8.☆938Updated last month
- Attribute macro to require that the compiler prove a function can't ever panic☆1,132Updated 2 months ago
- cargo subcommand showing the assembly or llvm-ir generated for Rust code☆1,229Updated last year
- A macro to generate structures which behave like bitflags☆1,018Updated 2 weeks ago
- Runtime for executing procedural macros as WebAssembly☆1,387Updated 2 weeks ago
- Efficient, lock-free, bounded Rust broadcast channel☆815Updated last year
- The arena, a fast but limited type of allocator☆541Updated 9 months ago
- Test harness for ui tests of compiler diagnostics☆886Updated 2 weeks ago
- Just, really the littlest Vec you could need. So smol.☆689Updated 2 months ago
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,029Updated this week
- Module initialization/global constructor functions for Rust☆864Updated 2 weeks ago
- Rust doesn't have exceptions☆634Updated 4 years ago
- A vector with a fixed capacity. (Rust)☆816Updated 7 months ago
- Data structure serialization library with several opposite design goals from Serde☆860Updated 2 weeks ago
- Custom hooks for colorful human oriented error reports via panics and the eyre crate☆965Updated 10 months ago
- Compile time static maps for Rust☆1,928Updated 4 months ago
- A multiprocess drop-in replacement for Rust channels☆967Updated 3 weeks ago
- DEFLATE, gzip, and zlib bindings for Rust☆1,010Updated 3 weeks ago