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 lock-free async waitgroup implementation☆38Updated 3 years ago
- Helper trait to create a boxed instance without going through stack☆36Updated 3 years ago
- A trait to abstract over common tree functionality☆35Updated 5 years ago
- futures::AtomicWaker extracted into its own crate☆36Updated 2 weeks ago
- An implementation of the `group_by` Haskell function for slice and strings☆54Updated 2 years ago
- [DEPRECATED] Prevent false sharing by padding and aligning to the length of a cache line☆52Updated 2 years ago
- Generate is a library for building iterators on the fly☆39Updated 4 years ago
- #[derive(Future, Stream, Sink, AsyncRead, AsyncWrite, AsyncSeek, AsyncBufRead)] for enums.☆17Updated 2 weeks ago
- ☆24Updated 3 years ago
- ☆39Updated 5 years ago
- ☆28Updated 2 years ago
- Low To High Level Math Library for Rust☆53Updated 3 years ago
- A low-level I/O ownership and borrowing library☆106Updated 4 months ago
- Command line flags library that does not require a central list of all the flags☆55Updated 3 years ago
- Convert closures into wakers☆46Updated 11 months ago
- Thread parking and unparking☆79Updated 11 months ago
- A global executor built on top of async-executor and smol☆75Updated 4 months ago
- ☆15Updated 6 years ago
- Concurrent hash trie☆58Updated 5 years ago
- ☆13Updated 3 years ago
- Scoped Thread Local Storage for Rust☆57Updated 2 years ago
- ☆46Updated 2 years ago
- Treat application routes (URL path + query string) as strongly-typed Rust structs☆13Updated 6 years ago
- Anonymous enum and checked exception for Rust.☆23Updated 4 years ago
- Duplicate an async I/O handle☆41Updated 11 months ago
- Utilities for pinning☆97Updated last year
- Run closures in parallel☆115Updated 11 months ago
- ☆33Updated 5 years ago
- Enhancement over Rust's `std::BinaryHeap`. Supports other than max heap.☆59Updated last year
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 4 years ago