matthieu-m / jaggedLinks
Collection of insert-only wait-free data-structures.
☆29Updated last year
Alternatives and similar repositories for jagged
Users that are interested in jagged are comparing it to the libraries listed below
Sorting:
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated 2 years ago
- A flexible and convenient high-level mmap for zero-copy file I/O.☆113Updated 3 months ago
- A concurrent, append-only vector.☆165Updated 2 weeks ago
- Abstract over different executors☆73Updated last year
- Extended utilities for working with files and filesystems in Rust. This is a fork of the fs2-rs crate, the aim for this fork is to suppor…☆84Updated 2 months ago
- A trait + derive to recursively compute / print the memory usage of a data structure.☆33Updated 3 months ago
- Typed any map for rust☆67Updated 5 months ago
- A concise, self-describing binary format written in Rust for Serde☆66Updated 9 months ago
- structured parallel execution for async Rust☆33Updated 9 months ago
- SegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size.☆38Updated last year
- Completion futures for Rust☆19Updated 2 years ago
- Oneshot Rust channel working both in and between sync and async environments☆88Updated 3 months ago
- Lending iterators on stable Rust☆82Updated last year
- Helper macros: autoimpl, impl_scope☆60Updated 5 months ago
- An async version of iterator☆40Updated 11 months ago
- Async, lock-free synchronization primitives for task wakeup☆45Updated 8 months ago
- Zero-cost type for stack without complicated type or Box☆45Updated last week
- ☆88Updated 7 months ago
- Choose Rust types at compile-time via constants☆65Updated last year
- ☆24Updated 2 years ago
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆48Updated last year
- A global executor built on top of async-executor and smol☆74Updated 2 months ago
- Graceful shutdown util for Rust projects using the Tokio Async runtime.☆136Updated 8 months ago
- The missing compound borrowing for Rust.☆57Updated 2 weeks ago
- ☆35Updated 3 years ago
- bytes::BufMut implementation to count buffer size☆22Updated 2 weeks ago
- Typed index version of Rust slice and Vec containers☆69Updated 3 weeks ago
- Serde serializer for generating Starlark build targets☆66Updated 2 weeks ago
- Finite State Machines with an entry API and data storage☆39Updated last month