fereidani / rclite
RcLite: small, fast, and memory-friendly reference counting for Rust
☆182Updated last month
Alternatives and similar repositories for rclite
Users that are interested in rclite are comparing it to the libraries listed below
Sorting:
- Statically-checked alternatives to RefCell and RwLock☆367Updated 10 months ago
- "A very small syn"☆204Updated 3 months ago
- Open a scope and then freeze it in time for future access.☆107Updated 8 months ago
- Compact, clone-on-write vector and string.☆259Updated 2 weeks ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆200Updated 2 months ago
- A fast and flexible LRU map.☆181Updated 4 months ago
- Program startup and thread support written in Rust☆184Updated 2 weeks ago
- Compatibility adapter between tokio and futures☆169Updated 2 months ago
- Atomically updatable variants of Arc and Weak for lock-free concurrency.☆182Updated 6 months ago
- Define your own PhantomData☆152Updated 2 months ago
- A concurrent, append-only vector.☆159Updated last week
- Portable atomic types including support for 128-bit atomics, atomic float, etc.☆184Updated last month
- Conditional compilation using boolean expression syntax, rather than any(), all(), not()☆294Updated 2 years ago
- Async synchronization primitives☆267Updated last month
- Safe, zero-cost downcasting for limited compile-time specialization.☆161Updated 2 months ago
- A lightweight version of pin-project written with declarative macros.☆246Updated last week
- Fork of std::Arc with lots of utilities useful for FFI☆233Updated this week
- A flexible, simple to use, immutable, clone-efficient String replacement for Rust☆151Updated 9 months ago
- Structured concurrency operations for async Rust☆448Updated 3 months ago
- Serialize and deserialize C-like enum as underlying repr☆242Updated 2 months ago
- Utilities for working with impl traits in Rust.☆108Updated 3 months ago
- Variant of Rust's std::Arc that supports atomic replacement of the value.☆95Updated last month
- Graph the number of crates that depend on your crate over time☆238Updated last week
- Utility wrapper to send non send types to other threads safely☆181Updated last month
- A scope for async_std and tokio to spawn non-static futures☆133Updated 11 months ago
- An experimental linting interface for Rust. Let's make custom lints a reality☆148Updated last year
- Lock-free concurrent and single-threaded hash map implementations using Leapfrog probing. Currently the highest performance concurrent Ha…☆225Updated 3 months ago
- Const equivalents of std functions, compile-time comparison, and parsing.☆98Updated 4 months ago
- Append-only collections for Rust where borrows to entries can outlive insertions☆251Updated 2 months ago
- More efficient alternative to `serde_json::Value` which saves memory by interning primitive values and using tagged pointers.☆135Updated 5 months ago