Stream-inflate

Latest version: v0.0.33

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

Scan your dependencies

Page 3 of 4

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

0.0.16

What's Changed
* tests: move tests to file that is automatically found by pytest by michalc in https://github.com/michalc/stream-inflate/pull/5
* ci: run tests using pytest by michalc in https://github.com/michalc/stream-inflate/pull/6
* tests: use pytest style rather than unittest by michalc in https://github.com/michalc/stream-inflate/pull/7
* ci: use token to upload to CodeCov by michalc in https://github.com/michalc/stream-inflate/pull/8
* perf: only allow a single iterable to be queued by michalc in https://github.com/michalc/stream-inflate/pull/10
* per: exit early from from_cache, saving 5% to 10% of runtime by michalc in https://github.com/michalc/stream-inflate/pull/11


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

Page 3 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.