ArnaudValensi / vec-treeLinks
A safe tree using an arena allocator that allows deletion without suffering from the ABA problem by using generational indices. https://docs.rs/vec-tree/0.1.0/vec_tree/
☆33Updated 6 years ago
Alternatives and similar repositories for vec-tree
Users that are interested in vec-tree are comparing it to the libraries listed below
Sorting:
- A fast, small, full-featured, no-std compatible oneshot channel☆60Updated last year
- Concurrent hash trie☆58Updated 5 years ago
- Utility for reusing memory☆53Updated 5 years ago
- ☆73Updated 4 years ago
- 🍬 Rust HTML templating and virtual DOM library☆27Updated 4 years ago
- Splay Tree based Collections (e.g., Map, Set, Heap) Library for Rust☆19Updated last week
- Spawn processes with arbitrary closures in rust☆113Updated 4 years ago
- Dynamically query a type-erased object for any trait implementation☆67Updated 3 years ago
- ☆61Updated 2 years ago
- ☆20Updated 5 years ago
- A trait-based system for creating async Wakers. Because RawWakers are healthier after they've been cooked.☆21Updated 4 years ago
- Bit-vectors and bit-slices for Rust☆29Updated 4 years ago
- How to structure concurrent workflows in Rust, via five simple examples.☆32Updated 5 years ago
- Retriever stores ordinary rust data types in a similar manner as a NoSQL database.☆47Updated 2 years ago
- ☆53Updated 6 years ago
- An implementation of the `group_by` Haskell function for slice and strings☆54Updated 2 years ago
- Proc macro for smol async runtime☆54Updated 4 years ago
- ☆47Updated 5 years ago
- A generic, fixed-size, associative cache☆40Updated last year
- A safe-guarded transmute for Rust☆39Updated last year
- ☆23Updated 6 years ago
- Traits and functions to make writing proc macros more ergonomic.☆22Updated 2 years ago
- Simple language parser, interpreter and CLI built in Rust, to be used for baremetal/no_std environments.☆22Updated 2 years ago
- A growable bit-vector for Rust, optimized for size☆45Updated 8 months ago
- A thread pool for running multiple tasks on a configurable group of threads.☆51Updated last year
- cargo subcommand for building proc-macro crates with web assembly☆34Updated 5 years ago
- A lightweight, no-std, object-safe, serialization-only framework for Rust☆99Updated 3 weeks ago
- A procedural attribute macro to automatically cache the results of a function call with given args.☆65Updated 6 years ago
- A macro to generate Rust actors☆46Updated 4 years ago
- Composable, lock-free, allocation-light data structures☆61Updated 7 years ago