matthieu-m / ghost-collections
Safe collections written in stable Rust, based on GhostCell and StaticRc.
☆182Updated 3 years ago
Alternatives and similar repositories for ghost-collections:
Users that are interested in ghost-collections are comparing it to the libraries listed below
- Compile-time reference counting☆442Updated last year
- Graph the number of crates that depend on your crate over time☆236Updated this week
- Safe, zero-cost downcasting for limited compile-time specialization.☆156Updated 3 weeks ago
- Statically-checked alternatives to RefCell and RwLock☆368Updated 9 months ago
- home for proposals in and around compile-time function evaluation☆107Updated last year
- Reflection via DWARF.☆297Updated 2 years ago
- Fork of std::Arc with lots of utilities useful for FFI☆229Updated 2 months ago
- a lock-free concurrent slab (experimental)☆280Updated 2 months ago
- Safe-to-use proc-macro-free self-referential structs in stable Rust.☆259Updated 3 months ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆200Updated 3 weeks ago
- Manual segmented stacks for Rust☆301Updated this week
- Allocation-free data structures that make do with the memory they're given☆145Updated 3 years ago
- Small, fast, synchronization primitives☆244Updated 6 months ago
- Append-only collections for Rust where borrows to entries can outlive insertions☆240Updated 2 weeks ago
- Home of the "types team", affiliated with the compiler and lang teams.☆96Updated last year
- A fast, concurrent string interner☆149Updated 7 months ago
- Support crate for rustc's self-profiling feature☆344Updated last month
- A library for to allow multiple return types by automatically generated enum.☆359Updated this week
- generators☆205Updated last year
- Exploration of using Storage instead of Allocator to parameterize collections in Rust☆140Updated 2 years ago
- A thread pool for isolating blocking I/O in async programs☆352Updated 2 months ago
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.☆153Updated 10 months ago
- A collection of small utilities for working with pointer types in Rust.☆123Updated 2 months ago
- ☆203Updated 2 months ago
- Map data structure whose keys are stored as ranges☆84Updated 2 months ago
- A command line tool for comparing benchmarks run by Criterion.☆232Updated 6 months ago
- Fast, efficient, and robust memory reclamation for Rust.☆405Updated last month
- Cross-platform atomic wait and wake (aka futex) functionality for Rust.☆120Updated 9 months ago
- Async stream for Rust and the futures crate.☆183Updated this week
- Utility wrapper to send non send types to other threads safely☆174Updated last year