Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / michalc/stream-inflate issues and pull requests

#88 - refactor: remove dead code

Pull Request - State: closed - Opened by michalc 9 days ago

#87 - feat: nicer exception when stream looks back too far

Pull Request - State: closed - Opened by michalc 9 days ago

#86 - test: test if the stream has a non-supported block type

Pull Request - State: closed - Opened by michalc 9 days ago

#85 - test: more Huffman codes in a row than fit in cache

Pull Request - State: closed - Opened by michalc 9 days ago

#83 - ci: fix code coverage off-by-two errors

Pull Request - State: closed - Opened by michalc 9 days ago

#81 - test: refactor to have slightly higher coverage in test itself

Pull Request - State: closed - Opened by michalc 9 days ago

#80 - ci: fix generating code coverage

Pull Request - State: closed - Opened by michalc 9 days ago

#79 - ci: avoid building source package multiple times (and tidy names)

Pull Request - State: closed - Opened by michalc 10 days ago

#78 - ci: build binary images for musl linux

Pull Request - State: closed - Opened by michalc 10 days ago

#77 - perf: slightly faster huffman decoding by declaring types

Pull Request - State: closed - Opened by michalc 10 days ago

#76 - ci: run tests on compiled code

Pull Request - State: closed - Opened by michalc 11 days ago

#75 - ci: fix deleting too many files when flattening

Pull Request - State: closed - Opened by michalc 11 days ago

#74 - ci: fix flatenning

Pull Request - State: closed - Opened by michalc 11 days ago

#73 - ci: fix corruption when packages have same file name

Pull Request - State: closed - Opened by michalc 11 days ago

#72 - ci: make sure to wait for Windows

Pull Request - State: closed - Opened by michalc 11 days ago

#70 - ci: fix download yml

Pull Request - State: closed - Opened by michalc 11 days ago

#69 - ci: fix packages dir downloading artifacts

Pull Request - State: closed - Opened by michalc 11 days ago

#68 - ci: build Windows, not macOS 11 and tidy version replacement

Pull Request - State: closed - Opened by michalc 11 days ago

#67 - temp to check Windows

Pull Request - State: closed - Opened by michalc 11 days ago

#66 - ci: build mac packages on versions that have arm Python versions

Pull Request - State: closed - Opened by michalc 11 days ago

#65 - ci: large runner I suspect is enterprise only

Pull Request - State: closed - Opened by michalc 11 days ago

#64 - ci: fix deploy yml

Pull Request - State: closed - Opened by michalc 11 days ago

#62 - ci: fix for latest upload artifacts - must have unique names

Pull Request - State: closed - Opened by michalc 11 days ago

#61 - ci: fix build yaml windows section

Pull Request - State: closed - Opened by michalc 11 days ago

#60 - ci: split Windows and macOS and install different Python versions

Pull Request - State: closed - Opened by michalc 11 days ago

#59 - ci: fix deletion of backup file after sed

Pull Request - State: closed - Opened by michalc 11 days ago

#57 - ci: build macOS and Windows wheels

Pull Request - State: closed - Opened by michalc 12 days ago

#56 - perf: remove some now-unnecessary ops

Pull Request - State: closed - Opened by michalc 12 days ago

#55 - perf: avoid lengths and tuples in huffman decoding

Pull Request - State: closed - Opened by michalc 12 days ago

#53 - ci: build multiple Python versions

Pull Request - State: closed - Opened by michalc 12 days ago

#52 - ci: fix quoting in docker run

Pull Request - State: closed - Opened by michalc 13 days ago

#51 - ci: attempt to fix docker run command

Pull Request - State: closed - Opened by michalc 13 days ago

#50 - ci: back to docker run

Pull Request - State: closed - Opened by michalc 13 days ago

#49 - ci: attempt to force earlier node to avoid glibc errors

Pull Request - State: closed - Opened by michalc 13 days ago

#48 - ci: try latest upload/download artifact versions

Pull Request - State: closed - Opened by michalc 13 days ago

#46 - ci: attempt to fix checkout in build by using earliest version

Pull Request - State: closed - Opened by michalc 13 days ago

#45 - ci: attempt at fixing release code - no need for volumes I suspect

Pull Request - State: closed - Opened by michalc 13 days ago

#44 - ci: refactor to run steps as container job

Pull Request - State: closed - Opened by michalc 13 days ago

#43 - fix: deleting wheels that can't upload

Pull Request - State: closed - Opened by michalc 13 days ago

#42 - fix: auditwheel

Pull Request - State: closed - Opened by michalc 13 days ago

#41 - fix: python build

Pull Request - State: closed - Opened by michalc 13 days ago

#40 - ci: use manylinux image to build package

Pull Request - State: closed - Opened by michalc 13 days ago

#39 - ci: fix version replace

Pull Request - State: closed - Opened by michalc 14 days ago

#38 - perf: move to Cython

Pull Request - State: closed - Opened by michalc 15 days ago

#37 - fix: raising exception that doesn't exist

Pull Request - State: closed - Opened by michalc 15 days ago

#36 - perf: less time in runner (and more in get_huffman_value)

Pull Request - State: closed - Opened by michalc about 1 month ago

#35 - perf: slightly faster retrieval from cache (with possible fix)

Pull Request - State: closed - Opened by michalc about 1 month ago

#34 - perf: merge cache and buffer

Pull Request - State: closed - Opened by michalc about 1 month ago

#33 - refactor: rearrange and gather functions

Pull Request - State: closed - Opened by michalc about 1 month ago

#32 - perf: closer cache and inflate

Pull Request - State: closed - Opened by michalc about 1 month ago

#31 - refactor: gather inflate-related yielding functions

Pull Request - State: closed - Opened by michalc about 1 month ago

#30 - refactor: small tidy

Pull Request - State: closed - Opened by michalc about 1 month ago

#29 - refactor: gather functions that need to fetch or put into cache

Pull Request - State: closed - Opened by michalc about 1 month ago

#28 - perf: avoid a function call every yield

Pull Request - State: closed - Opened by michalc about 1 month ago

#27 - Revert "refactor: closes inflate and cache code"

Pull Request - State: closed - Opened by michalc about 1 month ago

#26 - refactor: closes inflate and cache code

Pull Request - State: closed - Opened by michalc about 1 month ago

#25 - perf: buffer bytes a bit to reduce single-byte operations

Pull Request - State: closed - Opened by michalc about 1 month ago

#24 - perf: avoid try/except when getting huffman values

Pull Request - State: closed - Opened by michalc about 1 month ago

#23 - perf: avoid going via a bytearray only to go back to int

Pull Request - State: closed - Opened by michalc about 1 month ago

#22 - perf: avoid going via bytearray for huffman values

Pull Request - State: closed - Opened by michalc about 1 month ago

#21 - perf: faster retriving from cache and caching results

Pull Request - State: closed - Opened by michalc about 1 month ago

#20 - perf: faster cache by avoiding function calls

Pull Request - State: closed - Opened by michalc about 1 month ago

#19 - perf: faster caching by fewer operations to work out indexes

Pull Request - State: closed - Opened by michalc about 1 month ago

#18 - perf: slightly quicker retrieval from cache

Pull Request - State: closed - Opened by michalc about 1 month ago

#17 - perf: less copying by ifs and memoryview

Pull Request - State: closed - Opened by michalc about 1 month ago

#16 - perf: avoid allocating lambdas

Pull Request - State: closed - Opened by michalc about 1 month ago

#15 - refactor: slightly clearer run to show data dependencies better

Pull Request - State: closed - Opened by michalc about 1 month ago

#14 - refactor: avoid another layer of tuple

Pull Request - State: closed - Opened by michalc about 1 month ago

#13 - perf: avoid cache functions if we can

Pull Request - State: closed - Opened by michalc about 1 month ago

#12 - perf: avoid lambda on every step of algorithm

Pull Request - State: closed - Opened by michalc about 1 month ago

#11 - per: exit early from from_cache, saving 5% to 10% of runtime

Pull Request - State: closed - Opened by michalc about 1 month ago

#10 - perf: only allow a single iterable to be queued

Pull Request - State: closed - Opened by michalc about 1 month ago

#9 - perf: small performance improvments

Pull Request - State: closed - Opened by michalc about 1 month ago

#8 - ci: use token to upload to CodeCov

Pull Request - State: closed - Opened by michalc about 1 month ago

#7 - tests: use pytest style rather than unittest

Pull Request - State: closed - Opened by michalc about 1 month ago

#6 - ci: run tests using pytest

Pull Request - State: closed - Opened by michalc about 1 month ago

#5 - tests: move tests to file that is automatically found by pytest

Pull Request - State: closed - Opened by michalc about 1 month ago

#4 - feat: drop support for Python earlier than 3.6.7, or 3.7.1

Pull Request - State: closed - Opened by michalc 5 months ago

#3 - build: move to pyproject.toml and publish from GitHub actions

Pull Request - State: closed - Opened by michalc 5 months ago

#2 - ci: move to GitHub actions

Pull Request - State: closed - Opened by michalc 5 months ago

#1 - feat: support suspending decompression to be unzip friendly

Pull Request - State: closed - Opened by michalc almost 3 years ago