1 unstable release
0.1.0 | Jun 28, 2022 |
---|
#1526 in Data structures
3KB
DiskData
A catalog of on-disk data structures
About
DiskData is a catalog of on-disk implementations of data structures written in Rust. The term "on disk" means that data structure nodes are stored and retrieved from files on the filesystem, instead of managed in memory.