• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

zlib-ng / zlib-ng / 30358800623
93%

Build:
DEFAULT BRANCH: develop
Ran 28 Jul 2026 12:31PM UTC
Jobs 0
Files 0
Run time –
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
30358800623

push

github

Dead2
Pack and unroll the inflate_table replication store

The inner replication loop in zng_inflate_table writes the same `code`
struct to a strided sequence of root-table slots. The struct's three
fields ({bits, op, val}) compiled to three separate stores per slot
(strb+strb+strh on AArch64), and each iteration's address depended on
the previous fill value so the stores serialized.

Pack the struct into a uint32_t once before the loop so each slot takes
a single 4-byte store, and unroll the loop four ways so consecutive
stores have independent address calculations and can issue in parallel
on wide-out-of-order cores. Verified with gtest_zlib and infcover. About
1-5% faster on inflate_bench and inflate_chunked benchmarks; benefit
scales with the number of dynamic blocks and their table sizes.
Source Files on build 30358800623
Detailed source file information is not available for this build.
  • Back to Repo
  • Github Actions Build #30358800623
  • e5638594 on github
  • Prev Build on develop (#30127631605)
  • Next Build on develop (#30359038729)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc