contain-rs / trieLinks
An ordered map and set based on a trie.
☆28Updated 5 years ago
Alternatives and similar repositories for trie
Users that are interested in trie are comparing it to the libraries listed below
Sorting:
- A deque implemented as a hybrid linked-list-of-arrays☆9Updated 10 years ago
- Proof of concept of procedural macro input parsed by LALRPOP☆52Updated 2 years ago
- ☆9Updated 9 years ago
- A structure for holding a set of enum variants☆19Updated 6 years ago
- A double-ended priority queue implemented with an interval heap.☆17Updated 7 years ago
- A Raw utility for managing contiguous heap allocations☆10Updated 8 years ago
- A map backed by a vector☆25Updated last year
- Rust library providing a specialized byte slice type for performing vectored I/O operations.☆52Updated 5 years ago
- A simple map based on a vector for small integer keys☆66Updated 7 months ago
- Safe atomic Box types for Rust☆22Updated 2 years ago
- Experimental comparators for collections to be generic over☆16Updated last year
- Concurrent work-stealing deque☆47Updated 6 years ago
- An immutable singly-linked list, as seen in basically every functional language☆29Updated 2 years ago
- Utilities building on top of Rust's async primitives.☆23Updated 6 years ago
- Utility for reusing memory☆53Updated 5 years ago
- Ordered iterators☆10Updated 5 years ago
- An experimental columnar arena☆43Updated 8 months ago
- dynamic smart pointers☆32Updated 6 years ago
- Utilities for concurrent programming☆37Updated 6 years ago
- Fast json encoder in rust, that encodes the structure of JSON values in their types☆83Updated 2 years ago
- A growable bit-vector for Rust, optimized for size☆42Updated 5 months ago
- Inert lets you use non-Sync values in Sync context☆16Updated 6 years ago
- Asynchronous file I/O for Tokio☆49Updated last month
- Rust implementation of a Trie with generics☆28Updated 5 years ago
- Combine a reader + writer into a duplex of Read + Write☆46Updated 4 years ago
- software transactional memory in rust☆14Updated 3 years ago
- An ordered map and set based on a binary search tree.☆13Updated 10 years ago
- A cache that holds a limited number of key-value pairs☆83Updated 3 years ago
- Iterate in a lazily achieved sorted order☆59Updated 6 years ago
- A syn targetting PEG parser generator☆20Updated 2 years ago