droundy / internmentLinks
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
Sorting:
- A data structure to efficiently intern, cache and restore strings.☆195Updated last month
- Define your own PhantomData☆152Updated 2 weeks ago
- Make trait methods callable without the trait in scope☆146Updated last week
- A fast, concurrent string interner☆150Updated 9 months ago
- Append-only collections for Rust where borrows to entries can outlive insertions☆251Updated 2 months ago
- An implementation of union-find / congruence-closure in Rust. Extracted from rustc for independent experimentation.☆158Updated last year
- A collection of small utilities for working with pointer types in Rust.☆125Updated 4 months ago
- Eventually consistent values for Rust☆125Updated 2 years ago
- Statically-checked alternatives to RefCell and RwLock☆367Updated 11 months ago
- Fast, FFI-friendly string interning for Rust☆165Updated 8 months ago
- generators☆208Updated last year
- A simple, id-based arena☆119Updated last year
- Safe, zero-cost downcasting for limited compile-time specialization.☆162Updated last week
- Lazy formatting utility macro for rust☆127Updated last year
- Better reference counted strings for Rust☆126Updated 10 months ago
- Fork of std::Arc with lots of utilities useful for FFI☆234Updated 3 weeks ago
- ☆124Updated 2 years ago
- Blazing fast immutable collection datatypes for Rust.☆104Updated last month
- ☆210Updated 2 weeks ago
- Safe-to-use proc-macro-free self-referential structs in stable Rust.☆262Updated last month
- Typed index version of Rust slice and Vec containers☆69Updated 3 weeks ago
- A rust crate to find the total size of an object, on the stack and on the heap☆107Updated last year
- Macro to repeat sequentially indexed copies of a fragment of code☆155Updated 2 weeks ago
- Abstract over the atomicity of reference-counting pointers in rust☆156Updated last month
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- Compile-time checks that an enum or match is written in sorted order☆115Updated 2 weeks ago
- A concurrent, append-only vector.☆165Updated 2 weeks ago
- Rust crate to time your function using derive annotations.☆85Updated 2 years ago
- Proc-macro typestate DSL for Rust☆149Updated last year
- Procedural macro to implement Display and FromStr using common settings.☆186Updated last month