sivadeilra / vec_optionLinks
VecOption<T> is a specialized collection (in Rust), which is a more efficient replacement for Vec<Option<T>>.
☆15Updated 6 years ago
Alternatives and similar repositories for vec_option
Users that are interested in vec_option are comparing it to the libraries listed below
Sorting:
- A trait to abstract over common tree functionality☆35Updated 6 years ago
- #[derive(Future, Stream, Sink, AsyncRead, AsyncWrite, AsyncSeek, AsyncBufRead)] for enums.☆18Updated 2 weeks ago
- A lock-free async waitgroup implementation☆37Updated 3 years ago
- Helper trait to create a boxed instance without going through stack☆36Updated 3 years ago
- An implementation of the `group_by` Haskell function for slice and strings☆54Updated 2 years ago
- Thread parking and unparking☆82Updated last year
- futures::AtomicWaker extracted into its own crate☆38Updated last month
- ☆33Updated 5 years ago
- Duplicate an async I/O handle☆41Updated last year
- A more flexible version of the Rust `scoped-tls` library☆19Updated last year
- A queue designed for buffer swapping instead of task popping☆23Updated 3 years ago
- ☆24Updated 3 years ago
- Generate is a library for building iterators on the fly☆39Updated 4 years ago
- A low-level I/O ownership and borrowing library☆106Updated 5 months ago
- ☆39Updated 5 years ago
- Concurrent hash trie☆58Updated 5 years ago
- Anonymous enum and checked exception for Rust.☆23Updated 4 years ago
- Run closures in parallel☆115Updated last year
- Proof of concept of procedural macro input parsed by LALRPOP☆52Updated 3 years ago
- Asynchronous DNS lookups☆67Updated last year
- Scoped Thread Local Storage for Rust☆57Updated 2 years ago
- ☆28Updated 3 years ago
- The simd optimized escape code☆54Updated last week
- A lightweight, no-std, object-safe, serialization-only framework for Rust☆101Updated 3 months ago
- [DEPRECATED] Prevent false sharing by padding and aligning to the length of a cache line☆52Updated 2 years ago
- ☆15Updated 6 years ago
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 4 years ago
- Utilities for pinning☆99Updated last year
- ☆46Updated 2 years ago
- Rust crate to use process file descriptors (pidfd) for Linux☆50Updated 8 months ago