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:
- Open a scope and then freeze it in time for future access.☆107Updated last year
- Comparison of Rust string types☆158Updated 3 weeks ago
- "A very small syn"☆209Updated 8 months ago
- Program startup and thread support written in Rust☆192Updated 4 months ago
- Utilities for working with impl traits in Rust.☆116Updated 8 months ago
- A procedure macro to unify SYNC and ASYNC implementation for downstream application/crates☆165Updated last year
- A concurrent, append-only vector.☆200Updated last month
- Safe-to-use proc-macro-free self-referential structs in stable Rust.☆274Updated last month
- Conditional compilation using boolean expression syntax, rather than any(), all(), not()☆292Updated 2 years ago
- Async synchronization primitives☆273Updated last month
- Portable atomic types including support for 128-bit atomics, atomic float, etc.☆201Updated 2 weeks ago
- Utility wrapper to send non send types to other threads safely☆188Updated 6 months ago
- Variant of Rust's std::Arc that supports atomic replacement of the value.☆101Updated last month
- cargo-add command to make dependencies into dylibs☆101Updated 3 years ago
- Define your own PhantomData☆158Updated 2 weeks ago
- An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds☆138Updated last year
- Statically-checked alternatives to RefCell and RwLock☆373Updated 2 weeks ago
- A Vec That Has a Smaller size_of☆144Updated last month
- Deadlock free mutexes☆177Updated 6 months ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆214Updated 2 weeks ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆172Updated last month
- Pull in every source file in a directory as a module☆178Updated this week
- Lock-free concurrent and single-threaded hash map implementations using Leapfrog probing. Currently the highest performance concurrent Ha…☆250Updated 3 months ago
- Fork of std::Arc with lots of utilities useful for FFI☆257Updated 2 weeks ago
- A fast and flexible LRU map.☆192Updated 9 months ago
- A lightweight version of pin-project written with declarative macros.☆255Updated last month
- Async broadcast channels☆186Updated last month
- Compact, clone-on-write vector and string.☆287Updated 2 weeks ago
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆150Updated last month
- An experimental linting interface for Rust. Let's make custom lints a reality☆147Updated last year