michalc / stream-inflate

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

perf: avoid a function call every yield #28

Closed michalc closed 1 month ago

michalc commented 1 month ago

This is also a tiny refactor in the direction of merging the "buffer" and the "cache" to avoid copying