fereidani / rcliteLinks
RcLite: small, fast, and memory-friendly reference counting for Rust
☆187Updated 4 months ago
Alternatives and similar repositories for rclite
Users that are interested in rclite are comparing it to the libraries listed below
Sorting:
- "A very small syn"☆208Updated 6 months ago
- Utilities for working with impl traits in Rust.☆110Updated 6 months ago
- Comparison of Rust string types☆152Updated this week
- Portable atomic types including support for 128-bit atomics, atomic float, etc.☆193Updated 3 weeks ago
- Program startup and thread support written in Rust☆189Updated 2 months ago
- Variant of Rust's std::Arc that supports atomic replacement of the value.☆97Updated last month
- Lock-free concurrent and single-threaded hash map implementations using Leapfrog probing. Currently the highest performance concurrent Ha…☆239Updated last month
- Define your own PhantomData☆155Updated this week
- Atomically updatable variants of Arc and Weak for lock-free concurrency.☆182Updated 9 months ago
- Compact, clone-on-write vector and string.☆281Updated 3 months ago
- Immutable strings, in Rust.☆246Updated last year
- Open a scope and then freeze it in time for future access.☆107Updated 11 months ago
- A concurrent, append-only vector.☆187Updated last month
- A fast and flexible LRU map.☆190Updated 7 months ago
- An experimental linting interface for Rust. Let's make custom lints a reality☆147Updated last year
- Utility wrapper to send non send types to other threads safely☆184Updated 4 months ago
- A procedure macro to unify SYNC and ASYNC implementation for downstream application/crates☆160Updated last year
- Deadlock free mutexes☆175Updated 4 months ago
- A Vec That Has a Smaller size_of☆142Updated 4 months ago
- Compatibility adapter between tokio and futures☆175Updated 4 months ago
- Async synchronization primitives☆270Updated 4 months ago
- Safe-to-use proc-macro-free self-referential structs in stable Rust.☆269Updated 3 months ago
- cargo-add command to make dependencies into dylibs☆100Updated 2 years ago
- Conditional compilation using boolean expression syntax, rather than any(), all(), not()☆292Updated 2 years ago
- Statically-checked alternatives to RefCell and RwLock☆370Updated last year
- Pull in every source file in a directory as a module☆178Updated 5 months ago
- A flexible, simple to use, immutable, clone-efficient String replacement for Rust☆153Updated last year
- Tracing layer that automatically creates and manages progress bars for active spans.☆249Updated this week
- Const TypeId and non-'static TypeId☆66Updated 2 months ago
- A lock-free, partially wait-free, eventually consistent, concurrent hashmap.☆254Updated 2 years ago