vigna / epserde-rsLinks
An ε-copy serialization/deserialization framework for Rust
☆149Updated last week
Alternatives and similar repositories for epserde-rs
Users that are interested in epserde-rs are comparing it to the libraries listed below
Sorting:
- An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds☆122Updated 9 months ago
- A procedure macro to unify SYNC and ASYNC implementation for downstream application/crates☆157Updated last year
- ☆258Updated 2 months ago
- A concurrent, append-only vector.☆184Updated 3 weeks ago
- Open a scope and then freeze it in time for future access.☆107Updated 10 months ago
- Atomically updatable variants of Arc and Weak for lock-free concurrency.☆182Updated 8 months ago
- Portable atomic types including support for 128-bit atomics, atomic float, etc.☆190Updated this week
- A fast and flexible LRU map.☆189Updated 6 months ago
- Define your own PhantomData☆155Updated this week
- Perfect hashing for an imperfect world☆91Updated 5 months ago
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆128Updated last month
- Succinct data structures using very efficient rank and select☆119Updated last week
- Variant of Rust's std::Arc that supports atomic replacement of the value.☆95Updated last month
- Safe, zero-cost downcasting for limited compile-time specialization.☆166Updated 3 weeks ago
- Flat message buffers with direct mapping to Rust types without packing/unpacking☆107Updated 8 months ago
- Allocation-free data structures that make do with the memory they're given☆145Updated 3 years ago
- RcLite: small, fast, and memory-friendly reference counting for Rust☆186Updated 3 months ago
- Fork of std::Arc with lots of utilities useful for FFI☆244Updated 3 weeks ago
- A trait + derive to recursively compute / print the memory usage of a data structure.☆33Updated 5 months ago
- Rust microbenchmarking harness based on paired-testing methodology☆126Updated last month
- Deadlock free mutexes☆175Updated 3 months ago
- a lock-free concurrent slab (experimental)☆291Updated 6 months ago
- Lock-free concurrent and single-threaded hash map implementations using Leapfrog probing. Currently the highest performance concurrent Ha…☆237Updated 2 weeks ago
- ☆163Updated this week
- Utility wrapper to send non send types to other threads safely☆183Updated 3 months ago
- Fast JSON deserialization on borrowed data☆108Updated 3 weeks ago
- Faster implementations of standard library operations like find, filter, position etc.☆177Updated 5 months ago
- A pure-Rust two-level dynamic b-tree. This crate implements a compact set data structure that preserves its elements' sorted order and a…☆97Updated last week
- A lock-free, partially wait-free, eventually consistent, concurrent hashmap.☆254Updated 2 years ago
- Mix async code with CPU-heavy thread pools using Tokio + Rayon☆140Updated 2 years ago