Stream-inflate

Latest version: v0.0.40

Safety actively analyzes 678602 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 5

0.0.22

What's Changed
* refactor: closes inflate and cache code by michalc in https://github.com/michalc/stream-inflate/pull/26
* Revert "refactor: closes inflate and cache code" by michalc in https://github.com/michalc/stream-inflate/pull/27
* perf: avoid a function call every yield by michalc in https://github.com/michalc/stream-inflate/pull/28
* refactor: gather functions that need to fetch or put into cache by michalc in https://github.com/michalc/stream-inflate/pull/29
* refactor: small tidy by michalc in https://github.com/michalc/stream-inflate/pull/30
* refactor: gather inflate-related yielding functions by michalc in https://github.com/michalc/stream-inflate/pull/31
* perf: closer cache and inflate by michalc in https://github.com/michalc/stream-inflate/pull/32
* refactor: rearrange and gather functions by michalc in https://github.com/michalc/stream-inflate/pull/33
* perf: merge cache and buffer by michalc in https://github.com/michalc/stream-inflate/pull/34
* perf: slightly faster retrieval from cache (with possible fix) by michalc in https://github.com/michalc/stream-inflate/pull/35


**Full Changelog**: https://github.com/michalc/stream-inflate/compare/v0.0.21...v0.0.22

0.0.21

What's Changed
* perf: buffer bytes a bit to reduce single-byte operations by michalc in https://github.com/michalc/stream-inflate/pull/25


**Full Changelog**: https://github.com/michalc/stream-inflate/compare/v0.0.20...v0.0.21

0.0.20

What's Changed
* perf: avoid going via bytearray for huffman values by michalc in https://github.com/michalc/stream-inflate/pull/22
* perf: avoid going via a bytearray only to go back to int by michalc in https://github.com/michalc/stream-inflate/pull/23
* perf: avoid try/except when getting huffman values by michalc in https://github.com/michalc/stream-inflate/pull/24


**Full Changelog**: https://github.com/michalc/stream-inflate/compare/v0.0.19...v0.0.20

0.0.19

What's Changed
* perf: faster retriving from cache and caching results by michalc in https://github.com/michalc/stream-inflate/pull/21


**Full Changelog**: https://github.com/michalc/stream-inflate/compare/v0.0.18...v0.0.19

0.0.18

What's Changed
* perf: faster caching by fewer operations to work out indexes by michalc in https://github.com/michalc/stream-inflate/pull/19
* perf: faster cache by avoiding function calls by michalc in https://github.com/michalc/stream-inflate/pull/20


**Full Changelog**: https://github.com/michalc/stream-inflate/compare/v0.0.17...v0.0.18

0.0.17

What's Changed
* perf: avoid lambda on every step of algorithm by michalc in https://github.com/michalc/stream-inflate/pull/12
* perf: avoid cache functions if we can by michalc in https://github.com/michalc/stream-inflate/pull/13
* refactor: slightly clearer run to show data dependencies better by michalc in https://github.com/michalc/stream-inflate/pull/15
* perf: avoid allocating lambdas by michalc in https://github.com/michalc/stream-inflate/pull/16
* perf: less copying by ifs and memoryview by michalc in https://github.com/michalc/stream-inflate/pull/17
* perf: slightly quicker retrieval from cache by michalc in https://github.com/michalc/stream-inflate/pull/18


**Full Changelog**: https://github.com/michalc/stream-inflate/compare/v0.0.16...v0.0.17

Page 4 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.