Nathan Moinvaziri
Nathan Moinvaziri
**Describe the bug** Error: ``` codecov-action/v5/dist/codecov.sh: line 252: ./codecov: Permission denied ``` Log: ```bash Run codecov/codecov-action@v5 Run CC_ACTION_VERSION=$(cat ${GITHUB_ACTION_PATH}/src/version) ==> Running Action version 5.3.1 Run git config --global --add safe.directory...
I forget where I saw this originally (although it was slighly different), maybe here or a derivative: Similar to https://github.com/dougallj/zlib-dougallj/commit/f23fa25aa168ef782bab5e7cd6f9df50d7bb5eb2. AI said SIMD was slower for ~286 symbols, so instead...
Benchmark data can be found here under 1000 patch. https://github.com/zlib-ng/zlib-ng/issues/1998#issuecomment-3598125242 Further benchmark info can be found here: https://github.com/zlib-ng/zlib-ng/issues/1998#issuecomment-3599244280 @dougallj please review.
From discussion #1998. I have integrated Peter Cawley's @corsix fast-crc32 algorithms. These speed up CRC32 operations on Apple ARMv8 cpus. It allows the CPU to parallelize the operations, where as...