Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 280 Bytes

File metadata and controls

7 lines (4 loc) · 280 Bytes

pyfastlz

pyfastlz is a custom library that was designed for use in other projects

pyfastlz.decompress() is supposed to be similar to zlib.decompress()

This library uses io buffers instead of bytes and bytearray objects to avoid having to keep track of indexes.