gzfuse - simple, transparent gz decompression for fuse
This is my new pet project. Allowing you to mount folders full of gzipped files, and read them transparently.
This is the gain in place using gzip files:

And this is the speed penalty using gzfuse:

Please note that the implementation is very young and experimental. It uses fusepy and Python for now, so it's rather slow (but fast enough). And more worryingly single-threaded. If there is a demand, I may rewrite in C, and maybe add a way to write files.
Get it here: https://github.com/kassoulet/gzfuse
This is the gain in place using gzip files:
And this is the speed penalty using gzfuse:
Please note that the implementation is very young and experimental. It uses fusepy and Python for now, so it's rather slow (but fast enough). And more worryingly single-threaded. If there is a demand, I may rewrite in C, and maybe add a way to write files.
Get it here: https://github.com/kassoulet/gzfuse
Comments