droundy / internment
Interning of data in rust
☆101Updated 2 months ago
Alternatives and similar repositories for internment:
Users that are interested in internment are comparing it to the libraries listed below
- A fast, concurrent string interner☆150Updated 8 months ago
- A data structure to efficiently intern, cache and restore strings.☆193Updated last month
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.☆156Updated last year
- Better reference counted strings for Rust☆125Updated 9 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆161Updated 2 months ago
- Append-only collections for Rust where borrows to entries can outlive insertions☆251Updated 2 months ago
- Define your own PhantomData☆152Updated 2 months ago
- Eventually consistent values for Rust☆125Updated 2 years ago
- Graph the number of crates that depend on your crate over time☆238Updated last week
- Versioned data-structures for Rust☆204Updated 2 months ago
- Fork of std::Arc with lots of utilities useful for FFI☆233Updated 3 months ago
- ☆207Updated last month
- Abstract over the atomicity of reference-counting pointers in rust☆150Updated last month
- Make trait methods callable without the trait in scope☆136Updated 2 months ago
- A collection of small utilities for working with pointer types in Rust.☆124Updated 3 months ago
- Lazy formatting utility macro for rust☆127Updated last year
- A small test framework to write your own test harness that looks and behaves like the built-in test harness used by `rustc --test`☆114Updated 7 months ago
- Typed index version of Rust slice and Vec containers☆69Updated last week
- Compile-time checks that an enum or match is written in sorted order☆114Updated 2 months ago
- Blazing fast immutable collection datatypes for Rust.☆103Updated 3 weeks ago
- A simple, id-based arena☆119Updated last year
- A scope for async_std and tokio to spawn non-static futures☆133Updated 11 months ago
- 🌵 Cycle-Aware Reference Counting in Rust☆148Updated this week
- ☆124Updated 2 years ago
- Safe-to-use proc-macro-free self-referential structs in stable Rust.☆262Updated last month
- Macro to repeat sequentially indexed copies of a fragment of code☆155Updated 2 months ago
- Oneshot Rust channel working both in and between sync and async environments☆88Updated 2 months ago
- A concurrent, append-only vector.☆159Updated last week
- String optimized for map keys☆62Updated last week
- generators☆207Updated last year