teryror / cocaLinks
Allocation-free data structures that make do with the memory they're given
☆145Updated 3 years ago
Alternatives and similar repositories for coca
Users that are interested in coca are comparing it to the libraries listed below
Sorting:
- Safe, zero-cost downcasting for limited compile-time specialization.☆166Updated 3 weeks ago
- Utility wrapper to send non send types to other threads safely☆183Updated 3 months ago
- Small, fast, synchronization primitives☆246Updated 9 months ago
- Fast, FFI-friendly string interning for Rust☆166Updated 9 months ago
- Changing function definitions at runtime in Rust☆132Updated 2 years ago
- An asynchronous, multi-producer, single-consumer (MPSC) bounded channel that operates at tachyonic speeds☆122Updated 9 months ago
- A fast, concurrent string interner☆150Updated 10 months ago
- "A very small syn"☆206Updated 5 months ago
- Flat message buffers with direct mapping to Rust types without packing/unpacking☆107Updated 8 months ago
- Portable atomic types including support for 128-bit atomics, atomic float, etc.☆190Updated this week
- Migrated to Codeberg☆79Updated last year
- Copy-on-write string utilities for Rust☆158Updated last year
- Threadsafe RefCell for Rust☆93Updated 3 months ago
- A simple bitset container for Rust☆145Updated 2 weeks ago
- Exploration of using Storage instead of Allocator to parameterize collections in Rust☆140Updated 2 years ago
- Fork of std::Arc with lots of utilities useful for FFI☆244Updated 3 weeks ago
- A stack for rust trait objects that minimizes allocations☆128Updated 2 years ago
- Safe collections written in stable Rust, based on GhostCell and StaticRc.☆183Updated 4 years ago
- Synchronization primitives for Futures and async/await based on intrusive collections☆179Updated last year
- ☆124Updated 2 years ago
- Statically-checked alternatives to RefCell and RwLock☆368Updated last year
- Run closures in parallel☆114Updated 5 months ago
- Typed index version of Rust slice and Vec containers☆70Updated 2 months ago
- ☆112Updated 2 years ago
- A simple Cross-platform thread schedule and priority library for rust.☆132Updated 3 weeks ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆209Updated 3 weeks ago
- An updated version of linked-hash-map and friends☆120Updated 3 months ago
- Better reference counted strings for Rust☆130Updated 11 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 last month
- Define your own PhantomData☆155Updated this week