fereidani / rcliteLinks
RcLite: small, fast, and memory-friendly reference counting for Rust
☆192Updated last week
Alternatives and similar repositories for rclite
Users that are interested in rclite are comparing it to the libraries listed below
Sorting:
- Utilities for working with impl traits in Rust.☆113Updated 7 months ago
- "A very small syn"☆209Updated 7 months ago
- Portable atomic types including support for 128-bit atomics, atomic float, etc.☆199Updated this week
- Lock-free concurrent and single-threaded hash map implementations using Leapfrog probing. Currently the highest performance concurrent Ha…☆245Updated 2 months ago
- Open a scope and then freeze it in time for future access.☆107Updated last year
- Atomically updatable variants of Arc and Weak for lock-free concurrency.☆185Updated 10 months ago
- Utility wrapper to send non send types to other threads safely☆187Updated 5 months ago
- Variant of Rust's std::Arc that supports atomic replacement of the value.☆100Updated 2 weeks ago
- Const TypeId and non-'static TypeId☆67Updated 3 weeks ago
- Comparison of Rust string types☆156Updated last week
- Define your own PhantomData☆156Updated 3 weeks ago
- A procedure macro to unify SYNC and ASYNC implementation for downstream application/crates☆162Updated last year
- A fast and flexible LRU map.☆192Updated 8 months ago
- Async synchronization primitives☆270Updated 2 weeks ago
- Program startup and thread support written in Rust☆191Updated 3 months ago
- Fast JSON deserialization on borrowed data☆112Updated 2 months ago
- Deadlock free mutexes☆177Updated 5 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆169Updated last month
- A scope for async_std and tokio to spawn non-static futures☆144Updated last year
- A lightweight version of pin-project written with declarative macros.☆254Updated last week
- Minimal asynchronous executor for Rust☆129Updated this week
- Safe-to-use proc-macro-free self-referential structs in stable Rust.☆272Updated 3 weeks ago
- Conditional compilation using boolean expression syntax, rather than any(), all(), not()☆292Updated 2 years ago
- A lock-free, partially wait-free, eventually consistent, concurrent hashmap.☆255Updated 3 years ago
- Statically-checked alternatives to RefCell and RwLock☆371Updated last year
- A concurrent, append-only vector.☆195Updated last month
- An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds☆134Updated 11 months ago
- Compatibility adapter between tokio and futures☆179Updated 2 weeks ago
- cargo-add command to make dependencies into dylibs☆100Updated 2 years ago
- Async broadcast channels☆182Updated 3 weeks ago