michalc / stream-inflate

Uncompress Deflate and Deflate64 streams in pure Python (albeit compiled with Cython)
MIT License
9 stars 2 forks source link

refactor: closes inflate and cache code #26

Closed michalc closed 1 month ago

michalc commented 1 month ago

Not too much of a change on the performance side, but hopefully this allows changes that increases performance later, e.g. to remove copying between the "buffer" and the cache