matthieu-m / jaggedLinks
Collection of insert-only wait-free data-structures.
☆30Updated 2 years ago
Alternatives and similar repositories for jagged
Users that are interested in jagged are comparing it to the libraries listed below
Sorting:
- A concise, self-describing binary format written in Rust for Serde☆68Updated last year
- Library safely exposing the io_uring API.☆74Updated last week
- A pure-Rust two-level dynamic b-tree. This crate implements a compact set data structure that preserves its elements' sorted order and a…☆109Updated 2 weeks ago
- Typed any map for rust☆67Updated last year
- Abstract over different executors☆74Updated 2 years ago
- A flexible and convenient high-level mmap for zero-copy file I/O.☆117Updated 11 months ago
- Interning of data in rust☆118Updated 7 months ago
- Typed index version of Rust slice and Vec containers☆75Updated 2 weeks ago
- Lending iterators on stable Rust☆83Updated 2 years ago
- An updated version of linked-hash-map and friends☆139Updated 3 months ago
- Variant of Rust's std::Arc that supports atomic replacement of the value.☆126Updated 5 months ago
- Run closures in parallel☆115Updated last year
- Blazing fast immutable collection datatypes for Rust.☆134Updated last week
- Define your own PhantomData☆158Updated last month
- A trait + derive to recursively compute / print the memory usage of a data structure.☆40Updated last week
- An exploration of Storages☆39Updated 2 years ago
- An unordered multiset/bag implementation backed by HashMap☆75Updated last week
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 4 years ago
- An on-disk hash table implementation☆126Updated 4 years ago
- Benchmarking library for stable Rust☆47Updated last month
- Integer encoding for primitive integer types: Supports varint/varint+zigzag and fixed-length integer encoding and decoding, and provides …☆68Updated 3 months ago
- Port of bbolt in Rust☆67Updated last year
- Fork of std::Arc with lots of utilities useful for FFI☆276Updated last week
- A memory efficient syntax tree for language developers☆63Updated last month
- Utility wrapper to send non send types to other threads safely☆185Updated 10 months ago
- A simple in-memory search for collections and key-value stores.☆81Updated last month
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆73Updated last week
- Oneshot Rust channel working both in and between sync and async environments☆96Updated this week
- An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds☆153Updated last year
- bytes::BufMut implementation to count buffer size☆25Updated last month