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 macro to generate Rust actors☆45Updated 4 years ago
- Utility for reusing memory☆53Updated 5 years ago
- A procedural attribute macro to automatically cache the results of a function call with given args.☆65Updated 6 years ago
- Spawn processes with arbitrary closures in rust☆113Updated 4 years ago
- A fast, small, full-featured, no-std compatible oneshot channel☆60Updated last year
- Dynamically query a type-erased object for any trait implementation☆67Updated 2 years ago
- ☆60Updated 2 years ago
- Fast json encoder in rust, that encodes the structure of JSON values in their types☆83Updated 3 years ago
- Retriever stores ordinary rust data types in a similar manner as a NoSQL database.☆48Updated 2 years ago
- Concurrent hash trie☆57Updated 4 years ago
- Generic SIMD abstractions for Rust.☆46Updated 2 years ago
- A generic, fixed-size, associative cache☆40Updated 10 months ago
- A graph crate with simplicity in mind☆87Updated last year
- Asynchronous byte buffers and pipes for concurrent I/O programming.☆102Updated last month
- A Rust library for runtime-checked linearish types☆35Updated 2 years ago
- A thread pool for running multiple tasks on a configurable group of threads.☆51Updated last year
- A map implementation that relies on fixed-size storage derived by a procedural macro☆49Updated 4 months ago
- A Rust library for generically joining iterables with a separator☆93Updated 2 years ago
- Bit-vectors and bit-slices for Rust☆29Updated 4 years ago
- Nudging the compiler to auto-vectorize things☆75Updated 2 years ago
- ☆56Updated 2 years ago
- Rust macro to build std::Command objects with shell syntax. Uses macro_rules! and works on stable.☆43Updated 5 years ago
- Rust library for making easy parallel pipelines with Iterators.☆31Updated 5 years ago
- Procedural macro span debugger/visualizer☆39Updated 5 years ago
- A growable bit-vector for Rust, optimized for size☆42Updated 7 months ago
- Generate is a library for building iterators on the fly☆39Updated 4 years ago
- Composable, lock-free, allocation-light data structures☆60Updated 7 years ago
- An implementation of the `group_by` Haskell function for slice and strings☆54Updated 2 years ago
- Rust library providing a counter-based thread barrier☆56Updated 6 years ago
- Mirror of https://gitlab.com/est/cargo-local-serve | Serve a local, offline, clone of crates.io.☆27Updated 4 years ago