dictzip_reader 0.1.3
dictzip_reader: ^0.1.3 copied to clipboard
A Dart package to read and decompress dictzip (.dict.dz) files with random access support.
0.1.3 #
- Added
MemoryRandomAccessSourceto support in-memory reading for smaller files for speed.
0.1.2 #
- Added
RandomAccessSourceabstraction to support non-file sources (like Android SAF). - Added
openSource(RandomAccessSource source)toDictzipReader.
0.1.1 #
- Added
readBulkandreadBulkBytesfor efficient simultaneous reading of multiple ranges. - Optimized performance by minimizing redundant decompressions.
- Added example and benchmark for bulk reading.
0.1.0 #
- Initial version.
- DictzipReader for random access to .dict.dz files.