michaelsproul / rust_sequence_trieLinks
Ergonomic trie data structure
☆27Updated 6 years ago
Alternatives and similar repositories for rust_sequence_trie
Users that are interested in rust_sequence_trie are comparing it to the libraries listed below
Sorting:
- A zero-allocation ring buffer for storing text logs, implemented in Rust☆51Updated 2 years ago
- An ordered map and set based on a trie.☆28Updated 5 years ago
- A pool of reusable values☆51Updated 5 years ago
- Experimental persistent collections in Rust☆45Updated 7 years ago
- An intrusive splay tree implementation that is no-std compatible and free from allocation and moves☆67Updated 4 months ago
- A very small GC in Rust, with a safe API☆62Updated last year
- An owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation.☆68Updated 3 years ago
- A general-purpose lens library for Rust.☆29Updated 8 years ago
- Faster, more flexible and more correct alternative to core::fmt☆40Updated 5 years ago
- ☆27Updated 10 years ago
- A double-ended priority queue implemented with an interval heap.☆17Updated 8 years ago
- The empty type Void.☆71Updated 2 years ago
- Tiny RPC framework for Rust☆33Updated 9 years ago
- A toy Lisp compiler targeting x86-64☆40Updated 5 years ago
- Fast json encoder in rust, that encodes the structure of JSON values in their types☆83Updated 3 years ago
- Judy array implementation in pure Rust☆88Updated 8 years ago
- Rust macro crate used for fighting the borrow checker☆14Updated 8 years ago
- A synchronization primitive for lock-free reads with one concurrent writer☆21Updated 8 years ago
- ☆94Updated last year
- A Rust compiler plugin and support library to annotate overflow behavior☆107Updated 2 years ago
- A monotonic solver designed to be easy to use with Rust enum expressions☆47Updated 4 years ago
- The peano numbers implemented in Rust's type system.☆24Updated 9 years ago
- Type-level heterogeneous list, and indexing that, when coupled with type inference, approximates type-directed search☆17Updated 7 years ago
- PEG parser generator built on top of nom☆70Updated 6 years ago
- An efficient method of heaplessly converting numbers into their string representations, storing the representation within a reusable byte…☆44Updated last week
- A Raw utility for managing contiguous heap allocations☆10Updated 9 years ago
- Abstract algebra for Rust (still very much a WIP!)☆62Updated 3 years ago
- Concurrent work-stealing deque☆47Updated 6 years ago
- Splay Tree based Collections (e.g., Map, Set, Heap) Library for Rust☆19Updated 2 years ago
- Dynamically query a type-erased object for any trait implementation☆67Updated 2 years ago