fereidani / rcliteLinks
RcLite: small, fast, and memory-friendly reference counting for Rust
☆195Updated last month
Alternatives and similar repositories for rclite
Users that are interested in rclite are comparing it to the libraries listed below
Sorting:
- Open a scope and then freeze it in time for future access.☆108Updated last year
- Portable atomic types including support for 128-bit atomics, atomic float, etc.☆221Updated this week
- An atomically updatable Arc for lock-free concurrency.☆189Updated 2 months ago
- Comparison of Rust string types☆165Updated 2 months ago
- "A very small syn"☆212Updated last year
- Utilities for working with impl traits in Rust.☆119Updated last year
- Define your own PhantomData☆158Updated last month
- Compatibility adapter between tokio and futures☆188Updated last week
- An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds☆153Updated last year
- Fork of std::Arc with lots of utilities useful for FFI☆276Updated last week
- Statically-checked alternatives to RefCell and RwLock☆386Updated 4 months ago
- A procedure macro to unify SYNC and ASYNC implementation for downstream application/crates☆172Updated last year
- A concurrent, append-only vector.☆208Updated 5 months ago
- Safe-to-use proc-macro-free self-referential structs in stable Rust.☆292Updated last month
- Program startup and thread support written in Rust☆204Updated 2 weeks ago
- Lock-free concurrent and single-threaded hash map implementations using Leapfrog probing. Currently the highest performance concurrent Ha…☆261Updated 7 months ago
- Async synchronization primitives☆280Updated last month
- Variant of Rust's std::Arc that supports atomic replacement of the value.☆126Updated 5 months ago
- Utility wrapper to send non send types to other threads safely☆185Updated 10 months ago
- ☆226Updated 6 months ago
- Deadlock free mutexes☆177Updated 10 months ago
- Fast JSON deserialization on borrowed data☆122Updated 2 months ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆216Updated last week
- A fast and flexible LRU map.☆199Updated last year
- Const TypeId and non-'static TypeId☆70Updated last month
- A lock-free, partially wait-free, eventually consistent, concurrent hashmap.☆255Updated 3 years ago
- A scope for async_std and tokio to spawn non-static futures☆155Updated last year
- A Vec That Has a Smaller size_of☆154Updated 3 months ago
- ☆120Updated this week
- cargo-add command to make dependencies into dylibs☆105Updated 3 years ago