[0.7.6] - 2020-10-26
Added
N5NdarrayReader::read_ndarray_into(_with_buffer)?
allow reading into
existing ndarrays and with existing block buffers for fewer allocations.
Changed
N5NdarrayWriter::write_ndarray
performs fewer per-block allocations.
Fixed
- Fixed a performance regression around path canonicalization in
N5Filesystem
.