This implementation is based off of the LzmaDec_TryDummy function in libhtp's port of the LZMA SDK.
TODO
Could hide this under a feature flag upon request.
Benchmarks
I added a benchmark decompress_stream_big_file that shows that streaming decompression is actually after. This could be related better memory management.
Pull Request Overview
This pull request implements issue #10 .
It is currently dependant on #50 .
Testing Strategy
This pull request was tested by...
.lzma
,.lzma2
,.xz
files).Supporting Documentation and References
This implementation is based off of the LzmaDec_TryDummy function in libhtp's port of the LZMA SDK.
TODO
Could hide this under a feature flag upon request.
Benchmarks
I added a benchmark
decompress_stream_big_file
that shows that streaming decompression is actually after. This could be related better memory management.CPU: Intel(R) Core(TM) i7-1065G7 @ 1.30 GHz RAM: 16Gb @ 4267 MHz OS: Docker Windows Ubuntu 20.04 LTS
master
streaming-decompressor