Hacker News new | ask | show | jobs
by mpweiher 161 days ago
Or just implement something like storage-combinators [1][2].

Basically an abstraction that is filesystem-like, but doesn't require a filesystem. Though you can both export storage-combinators as filesystem and, of course, also access filesystems via storage-combinators.

[1] https://dl.acm.org/doi/10.1145/3359591.3359729

[2] https://2019.splashcon.org/details/splash-2019-Onward-papers...