Complete code examples for the blog post Arena Allocated Caches in Rust.
| Directory | Description |
|---|---|
zig-arena-rc/ |
Complete Zig arena + reference counting example |
bumpalo-hashbrown/ |
Minimal bumpalo + hashbrown arena allocation example |
self-cell-bump/ |
Minimal self_cell self-referential arena example |
yoke-json/ |
Minimal yoke shared borrowed-data example |
arc-arena-yoke/ |
Full Rust arena + self_cell + yoke example |