andelf / rust-darts
Double Array Trie in Rust
☆51Updated 5 years ago
Related projects ⓘ
Alternatives and complementary repositories for rust-darts
- Efficiently-updatable double-array trie in Rust (ported from cedar)☆96Updated last year
- Lockfree resizeable concurrent hash table.☆53Updated 2 years ago
- Utilities for pinning☆97Updated 7 months ago
- Run closures in parallel☆109Updated last month
- A sentinel-based, heapless, `Vec`-like type.☆68Updated 4 years ago
- An experimental asynchronous runtime based on `io-uring`.☆76Updated 3 years ago
- Integer encoding for primitive integer types: Supports varint/varint+zigzag and fixed-length integer encoding and decoding, and provides …☆66Updated 3 months ago
- Ultra fast binary serialization and deserialization for types with a constant size (known at compile time).☆104Updated last year
- Helper trait to create a boxed instance without going through stack☆35Updated 2 years ago
- Concurrent hash trie☆51Updated 4 years ago
- ☆59Updated 3 years ago
- A lock-free async waitgroup implementation☆36Updated 2 years ago
- Async stream for Rust and the futures crate.☆176Updated 2 weeks ago
- An implementation of the `group_by` Haskell function for slice and strings☆53Updated last year
- A simple map based on a vector for small integer keys