withoutboats / kudzuLinks
skiplist
☆142Updated 3 years ago
Alternatives and similar repositories for kudzu
Users that are interested in kudzu are comparing it to the libraries listed below
Sorting:
- A sentinel-based, heapless, `Vec`-like type.☆69Updated 5 years ago
- Type-safe transmutations between layout-compatible types.☆122Updated 4 years ago
- Synchronization primitives for Futures and async/await based on intrusive collections☆179Updated last year
- A HashMap variant that spreads resize load across inserts☆192Updated 4 months ago
- ☆129Updated 5 years ago
- Spawn processes with arbitrary closures in rust☆111Updated 3 years ago
- Concurrent hash trie☆54Updated 4 years ago
- Ultra fast binary serialization and deserialization for types with a constant size (known at compile time).☆106Updated 2 years ago
- Run closures in parallel☆113Updated 5 months ago
- A crate with indexed arenas with small memory footprint☆77Updated 9 months ago
- Concatenate identifiers in a macro invocation☆93Updated 2 years ago
- Procedural macros in expression position☆203Updated 2 years ago
- Allocation-free data structures that make do with the memory they're given☆145Updated 3 years ago
- A rust crate to offer compile-time assistance for working with unsafe code.☆122Updated 3 years ago
- A stack for rust trait objects that minimizes allocations☆128Updated 2 years ago
- generators☆208Updated last year
- A `#[safe]` attribute for explaining why `unsafe { ... }` is OK.☆81Updated 6 years ago
- ☆124Updated 2 years ago
- Rust macro to generate self-referential structs☆210Updated 4 years ago
- Lockfree resizeable concurrent hash table.☆54Updated 3 years ago
- A collection of small utilities for working with pointer types in Rust.☆125Updated 5 months ago
- Small Box optimization: store small item on stack and fallback to heap for large item.☆84Updated last week
- Utilities for pinning☆97Updated last year
- Rust serializer library☆87Updated last year
- Safely combine results☆81Updated 9 months ago
- Copy-on-write string utilities for Rust☆158Updated last year
- Async stream for Rust and the futures crate.☆183Updated 2 weeks ago
- An experimental asynchronous runtime based on `io-uring`.☆77Updated 4 years ago
- Implements a fixed-capacity stack-allocated Vec alternative backed by an array, using const generics.☆267Updated 2 years ago
- Asynchronous TLS/SSL streams for Tokio using Rustls.☆141Updated 3 months ago