Expand description
A simple implementation of an in-memory files-sytem written in Rust using the BTreeMap data-structure.
This code is inspired from https://github.com/bparli/bpfs and was modified to work with node-replication for benchmarking.
Structs§
- File
Attr - File attributes
- Inode
- MemFile
- MemFilesystem
- SetAttr
Request