aplbrain / bossphorus

A BossDB-like volumetric datastore in Rust
Apache License 2.0
1 stars 1 forks source link

Rename chunked blosc file data manager #10

Closed j6k4m8 closed 4 years ago

j6k4m8 commented 4 years ago

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.

movestill commented 4 years ago

Should we remove the blosc dependency until we start using it?

Nevermind, just remembered we have to uncompress when getting from the Boss!