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

Grinkers / clojure-reader / 23678788389 / 1
99%
main: 99%

Build:
Build:
LAST BUILD BRANCH: the-tab-format
DEFAULT BRANCH: main
Ran 28 Mar 2026 05:52AM UTC
Files 5
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

28 Mar 2026 05:41AM UTC coverage: 99.294% (-0.1%) from 99.428%
23678788389.1

push

github

Grinkers
Reduce allocations in serializer and deserializer.

Benchmarks: serialize -33.9%, deserialize -4.5%.

Replace `to_string()` + string concatenation with `write_fmt` for numeric serialization, eliminating
a temporary String allocation per number. Pre-allocate output buffer capacity in the serializer and
use length hints from serde for seq/map/struct serialization.  In the deserializer, rework MapEdn to
own its BTreeMap and use a pending_value field instead of cloning keys on peek. Change EnumEdn to
hold an owned Edn instead of a reference, removing tree clones.

1407 of 1417 relevant lines covered (99.29%)

310.67 hits per line

Source Files on job 23678788389.1
  • Tree
  • List 5
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 23678788389
  • 62f6fd70 on github
  • Prev Job for on wip (#23677344419.1)
  • Next Job for on wip (#23702000967.1)
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