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.