teryror / cocaLinks
Allocation-free data structures that make do with the memory they're given
☆144Updated 3 years ago
Alternatives and similar repositories for coca
Users that are interested in coca are comparing it to the libraries listed below
Sorting:
- Utility wrapper to send non send types to other threads safely☆184Updated 4 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆166Updated 2 weeks ago
- Migrated to Codeberg☆79Updated last year
- An updated version of linked-hash-map and friends☆121Updated 3 months ago
- "A very small syn"☆208Updated 6 months ago
- Fork of std::Arc with lots of utilities useful for FFI☆247Updated last month
- ☆124Updated 2 years ago
- An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds☆122Updated 10 months ago
- Flat message buffers with direct mapping to Rust types without packing/unpacking☆107Updated 9 months ago
- A simple bitset container for Rust☆146Updated last month
- A stack for rust trait objects that minimizes allocations☆128Updated 2 years ago
- ☆216Updated last month
- Copy-on-write string utilities for Rust☆159Updated last year
- Synchronization primitives for Futures and async/await based on intrusive collections☆180Updated last year
- Threadsafe RefCell for Rust☆93Updated 4 months ago
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆112Updated 2 months ago
- ☆112Updated 2 years ago
- Graph the number of crates that depend on your crate over time☆251Updated 3 weeks ago
- Rust crate that provides a convenient macro to quickly plot variables.☆89Updated 2 years ago
- Define your own PhantomData☆155Updated 3 weeks ago
- Portable atomic types including support for 128-bit atomics, atomic float, etc.☆193Updated 3 weeks ago
- Typed index version of Rust slice and Vec containers☆70Updated 2 months ago
- Make trait methods callable without the trait in scope☆150Updated 2 months ago
- A procedure macro to unify SYNC and ASYNC implementation for downstream application/crates☆159Updated last year
- Abstract over different executors☆74Updated 2 years ago
- Open a scope and then freeze it in time for future access.☆107Updated 11 months ago
- Exploration of using Storage instead of Allocator to parameterize collections in Rust☆140Updated 2 years ago
- A simple Cross-platform thread schedule and priority library for rust.☆134Updated last month
- Better reference counted strings for Rust☆131Updated last year
- Small Box optimization: store small item on stack and fallback to heap for large item.☆87Updated 3 weeks ago