aschampion / rust-n5

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

Collapse DataBlock/VecDataBlock #5

Closed aschampion closed 6 years ago

aschampion commented 6 years ago

This would resolve the T vs. Vec<T> weirdness, remove the new for a boxed trait object, and allow Into<Vec<T>> for the data block, meaning zero copy use after reading.