An user-space filesystem running in an interpreted language? Is that as bad as I think it is?
Imagine you want to glue together something to use with a syncing tool. ~100 lines of python can turn data from one format into a presented set of files. The application doesn't have to be a general purpose filesystem.
e.g. https://github.com/UNFmontreal/zfs_fuse_snapshot/blob/master...
No, you will spend the majority of your time waiting on IO.
They’re a teacher. It’s learning material.
Imagine you want to glue together something to use with a syncing tool. ~100 lines of python can turn data from one format into a presented set of files. The application doesn't have to be a general purpose filesystem.
e.g. https://github.com/UNFmontreal/zfs_fuse_snapshot/blob/master...