entire .lz4
files must be read before processing
#293
Labels
code improvement
enhancement not seen by the user
difficult
A difficult problem; a major coding effort or difficult algorithm to perfect
enhancement
New feature or request
P1
important
Summary
The entire
.lz4
file is uncompressed to get it's uncompressed size before processing.Current behavior
Crate
lz4_flex
does not provide an API for getting the.lz4
file uncompressed size. See PSeitz/lz4_flex#159So the entire file is uncompressed to get the uncompressed file size.
Suggested behavior
One or both
lz4_flex
.blockreader
(and all readers) to not need a file size (difficult)Also see
Similar to #300 regarding
.bz2
Meta-Issue #182
The text was updated successfully, but these errors were encountered: