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

kelindar / binary / 29774857806 / 1
93%
master: 93%

Build:
DEFAULT BRANCH: master
Ran 20 Jul 2026 08:08PM UTC
Files 13
Run time 0s
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

20 Jul 2026 08:08PM UTC coverage: 91.578% (-0.3%) from 91.918%
29774857806.1

push

github

web-flow
Modernize APIs and speed up slice codecs (#24)

* Apply gopls modernize fixes

Replace interface{} with any, use range-over-int and reflect.TypeFor,
and drop the obsolete +build line now that the module requires Go 1.25.

Co-authored-by: Cursor <cursoragent@cursor.com>

* Fix reflect.SliceHeader vet warnings

Replace deprecated SliceHeader/StringHeader casting with unsafe.Slice
and unsafe.StringData so go vet stays clean on Go 1.25.

Co-authored-by: Cursor <cursoragent@cursor.com>

* Restore zero-copy nocopy integer slice decode

rv.Set(reflect.NewAt(...)) allocated on decode and regressed
nocopy/u64-dec. Mutate the slice header in place again without
using deprecated reflect.SliceHeader.

Co-authored-by: Cursor <cursoragent@cursor.com>

* Speed up slice decode and sorted varint codecs

Reuse slice capacity on decode, batch varint writes into bytes.Buffer,
and decode sorted integer slices without reflect.Append so hot paths
allocate less and run faster.

Co-authored-by: Cursor <cursoragent@cursor.com>

* Drop benchmark reference comparisons

Remove vs-ref (JSON and safe baselines) so benches only report absolute
timing and vs-prev deltas.

Co-authored-by: Cursor <cursoragent@cursor.com>

* preallocate map

---------

Co-authored-by: Cursor <cursoragent@cursor.com>

1457 of 1591 relevant lines covered (91.58%)

625.47 hits per line

Source Files on job 29774857806.1
  • Tree
  • List 13
  • Changed 8
  • Source Changed 0
  • Coverage Changed 8
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 29774857806
  • dfcd1541 on github
  • Prev Job for on master (#29770748466.1)
  • Next Job for on master (#29779025572.1)
  • Delete
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