project-machine / puzzlefs

A next-generation container filesystem
Apache License 2.0
393 stars 17 forks source link

Change FastCDC chunking parameters to 16KiB, 64KiB and 256KiB #74

Closed ariel-miculas closed 1 year ago

ariel-miculas commented 1 year ago

These parameters are best suited for compressed blobs. We don't compress the puzzlefs blobs for now, but we assume compression will come into play at some level, e.g. when downloading blobs from an oci repository.

Fixes #13