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

KarpelesLab / gobzip2 / 23758180890
79%

Build:
DEFAULT BRANCH: master
Ran 30 Mar 2026 05:25PM UTC
Jobs 1
Files 9
Run time 1min
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

30 Mar 2026 05:25PM UTC coverage: 79.371% (+4.4%) from 74.922%
23758180890

push

github

MagicalTux
Add parallel compression support with benchmarks

Introduce WriterOptions with Concurrency field for optional parallel
block compression. Each block is independently sorted and Huffman-encoded
by a worker goroutine, then serialized in order through a shared bit
stream. Uses bitBuffer type for exact bit-level block output without
byte-alignment padding.

Benchmark results on i9-14900K (1MB data, level 1):
  Single:     12 MB/s
  Parallel/2: 25 MB/s (2.0x)
  Parallel/4: 43 MB/s (3.4x)
  Parallel/N: 53 MB/s (4.2x)

10MB data scales to 109 MB/s with all CPUs.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

198 of 221 new or added lines in 2 files covered. (89.59%)

1666 of 2099 relevant lines covered (79.37%)

803276.92 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
23
89.94
3.75% writer.go
Jobs
ID Job ID Ran Files Coverage
1 23758180890.1 30 Mar 2026 05:25PM UTC 9
79.37
GitHub Action Run
Source Files on build 23758180890
  • Tree
  • List 9
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 4c38ea91 on github
  • Prev Build on master (#23757762992)
  • Next Build on master (#23759561239)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc