1 unstable release
0.1.0 | Jun 28, 2022 |
---|
#13 in #on-disk
3KB
Disk DS
A catalog of on-disk data structures
About
Disk DS 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.