matthieu-m / ghost-collectionsLinks
Safe collections written in stable Rust, based on GhostCell and StaticRc.
☆183Updated 4 years ago
Alternatives and similar repositories for ghost-collections
Users that are interested in ghost-collections are comparing it to the libraries listed below
Sorting:
- Safe, zero-cost downcasting for limited compile-time specialization.☆162Updated 2 weeks ago
- A collection of small utilities for working with pointer types in Rust.☆125Updated 4 months ago
- Statically-checked alternatives to RefCell and RwLock☆367Updated 11 months ago
- A rust crate to offer compile-time assistance for working with unsafe code.☆122Updated 3 years ago
- home for proposals in and around compile-time function evaluation☆110Updated last year
- Exploration of using Storage instead of Allocator to parameterize collections in Rust☆140Updated 2 years ago
- Compile-time reference counting☆448Updated 2 weeks ago
- A HashMap variant that spreads resize load across inserts☆192Updated 4 months ago
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.☆158Updated last year
- Allocation-free data structures that make do with the memory they're given☆145Updated 3 years ago
- Small, fast, synchronization primitives☆245Updated 8 months ago
- Safe-to-use proc-macro-free self-referential structs in stable Rust.☆262Updated last month
- A fast, concurrent string interner☆150Updated 9 months ago
- Manual segmented stacks for Rust☆307Updated last month
- dipa makes it easy to efficiently delta encode large Rust data structures.☆269Updated 3 years ago
- Support crate for rustc's self-profiling feature☆351Updated 3 months ago
- Reflection via DWARF.☆296Updated 2 years ago
- a lock-free concurrent slab (experimental)☆284Updated 5 months ago
- Easy function multiversioning for Rust☆224Updated 5 months ago
- Conditional compilation using boolean expression syntax, rather than any(), all(), not()☆294Updated 2 years ago
- Home of the "types team", affiliated with the compiler and lang teams.☆96Updated last year
- Synchronization primitives for Futures and async/await based on intrusive collections☆179Updated last year
- Fork of std::Arc with lots of utilities useful for FFI☆234Updated 3 weeks ago
- Append-only collections for Rust where borrows to entries can outlive insertions☆251Updated 2 months ago
- 🌵 Cycle-Aware Reference Counting in Rust☆148Updated last week
- Safely cast &T to &U where the struct U contains a single field of type T.☆204Updated 2 weeks ago
- Graph the number of crates that depend on your crate over time☆241Updated 2 weeks ago
- A benchmarking harness for concurrent key-value collections☆118Updated 2 years ago
- A fast intrusive flamegraph☆235Updated 3 years ago
- A simple, id-based arena☆119Updated last year