fitzgen / intrusive_splay_tree
An intrusive splay tree implementation that is no-std compatible and free from allocation and moves
☆67Updated 2 weeks ago
Alternatives and similar repositories for intrusive_splay_tree:
Users that are interested in intrusive_splay_tree are comparing it to the libraries listed below
- ☆52Updated 5 years ago
- A growable bit-vector for Rust, optimized for size☆40Updated 2 months ago
- Spawn processes with arbitrary closures in rust☆110Updated 3 years ago
- Dynamically query a type-erased object for any trait implementation☆65Updated 2 years ago
- ☆40Updated 6 years ago
- Sound unchecked indexing using “generativity”; a type system approach to indices, pointers and ranges that are trusted to be in bounds.☆102Updated 5 years ago
- An owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation.☆68Updated 3 years ago
- A perf script for helping to answer queries about how much time a given function occupies, where it is called from, and so forth.☆38Updated 6 years ago
- Token tree calling convention☆79Updated 2 years ago
- JS affine☆66Updated 4 years ago
- A small crate to provide space-efficient Option<_> replacements☆37Updated last month
- ☆63Updated 7 years ago
- Tutorial and demo of rust compiler replacement tooling