aserebryakov / trie-rsLinks
Library implementing the prefix tree in Rust
☆35Updated 6 years ago
Alternatives and similar repositories for trie-rs
Users that are interested in trie-rs are comparing it to the libraries listed below
Sorting:
- ☆39Updated 5 years ago
- A leaky-bucket-as-a-meter rate-limiting implementation in Rust☆32Updated 4 years ago
- Abstract name service traits for rust☆20Updated 7 years ago
- A library that allows to listen network sockets with proper resource limits and error handling☆30Updated 6 years ago
- Rust library for making easy parallel pipelines with Iterators.☆31Updated 5 years ago
- Utilities for concurrent programming☆37Updated 6 years ago
- Rust crate to use process file descriptors (pidfd) for Linux☆49Updated last week
- Splay Tree based Collections (e.g., Map, Set, Heap) Library for Rust☆19Updated 2 years ago
- An I/O-oriented tokio runtime thread pool☆49Updated 5 years ago
- Migration tool for replacing await! macro with await syntax.☆40Updated 4 years ago
- Rust implementation of a Trie with generics☆28Updated 4 years ago
- An implementation of the `group_by` Haskell function for slice and strings☆53Updated 2 years ago
- Asynchronous adapter for byteorder☆19Updated 4 years ago
- Concurrent hash trie☆54Updated 4 years ago
- Async readiness traits☆11Updated 6 years ago
- Rust library providing a specialized byte slice type for performing vectored I/O operations.☆52Updated 5 years ago
- Atomically updatable Arc implementation using crossbeam-epoch for memory reclamation.☆42Updated 6 years ago
- Search algorithms written in Rust☆11Updated 7 years ago
- Blazing fast, zero-copy parser combinator library for Rust with an elegant API for both strings and bytes.☆21Updated 3 years ago
- A Rust HashMap implementation with copy-on-write keys and values☆32Updated 5 years ago
- A buffered I/O stream for Rust☆31Updated 5 years ago
- Rust mock type implementing io::Read & io::Write☆13Updated 6 years ago
- Treat application routes (URL path + query string) as strongly-typed Rust structs☆13Updated 5 years ago
- A Stream yielding inotify events, to be run on the tokio framework.☆22Updated 5 years ago
- To futures-lite as futures-lite is to futures: smaller.☆54Updated 5 months ago
- A MPMC channel based on the two lock queue algorithm☆16Updated 7 years ago
- Generate is a library for building iterators on the fly☆39Updated 3 years ago
- A thread pool for rust/tokio that can process file requests and send data to the socket with zero copy (using sendfile)☆28Updated 8 years ago
- Bit-vectors and bit-slices for Rust☆29Updated 4 years ago
- #[derive(Future, Stream, Sink, AsyncRead, AsyncWrite, AsyncSeek, AsyncBufRead)] for enums.☆17Updated 2 months ago