aschampion / rust-n5

Rust implementation of the N5 "Not HDF5" tensor file system format
Apache License 2.0
15 stars 3 forks source link

Factor reading block headers #16

Open aschampion opened 6 years ago

aschampion commented 6 years ago

Reading block headers independently of block data would sometimes be useful, e.g., for counting filled voxels in a dataset. Block headers are also independent of data type.

aschampion commented 5 years ago

Backend for this was implemented in ad66599d856df1213a7c0709f321cd25414d5b05, just needs exposed API.