Releases: laz-rs/laz-rs-python
Releases · laz-rs/laz-rs-python
0.4.0-alpha.1
- Update to laz-rs 0.6.0-alpha.1 which brings variable size chunk support
0.3.1
-
Use laz-rs rev: fd7901ddfd083189795c4617c3450ecc028d6f15 which brings improvements to the
ParLasZipCompressor
andParLasZipDecompressor
(much less memory usage + less copy overhead) -
Improve our implementation of
std::io::Write
on python file object, by converting the rust slice to be written into a memory view
that python can use, thus removing a copy. -
Improve out implementation of
std::io::Read
by using the fileobjectreadinto
method (if available) to avoid copying data. -
Add bindings to the new
reserve_chunk_table_offset