logoalt Hacker News

rnd010/11/20243 repliesview on HN

An user-space filesystem running in an interpreted language? Is that as bad as I think it is?


Replies

dsp_person10/12/2024

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...

heavyset_go10/12/2024

No, you will spend the majority of your time waiting on IO.

vineyardmike10/11/2024

They’re a teacher. It’s learning material.

show 1 reply