This removes the word "blosc" from the ChunkedFileDataManager, as I am realizing now that I never implemented the part where it blosc-compresses on disk.
In retrospect, I can't think of a good reason to spend the extra time compressing/decompressing when what we want here is speed. Maybe we should have another DataManager that does compress, but this one is not (yet) it.
This removes the word "blosc" from the
ChunkedFileDataManager
, as I am realizing now that I never implemented the part where it blosc-compresses on disk.In retrospect, I can't think of a good reason to spend the extra time compressing/decompressing when what we want here is speed. Maybe we should have another DataManager that does compress, but this one is not (yet) it.