PiFS - Store your data in Pi!

RedEye FlightControl@lemmy.world to General Programming Discussion@lemmy.ml – 1 points –
GitHub - philipl/pifs: πfs - the data-free filesystem!
github.com
5

expired

It’s actually worse than that. It looks like it uses a short to store the index, which is normally 2 bytes. So it takes 2 bytes for every byte stored in the metadata!

I wonder if the index is even guaranteed to fit in a short in every case