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

Grinkers / clojure-reader / 23678819341
99%

Build:
DEFAULT BRANCH: main
Ran 28 Mar 2026 05:54AM UTC
Jobs 1
Files 5
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

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

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.

36 of 38 new or added lines in 2 files covered. (94.74%)

1407 of 1417 relevant lines covered (99.29%)

310.67 hits per line

Uncovered Changes

Lines Coverage ∆ File
2
98.05
-0.76% src/de.rs
Jobs
ID Job ID Ran Files Coverage
1 23678819341.1 28 Mar 2026 05:54AM UTC 5
99.29
GitHub Action Run
Source Files on build 23678819341
  • Tree
  • List 5
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 62f6fd70 on github
  • Prev Build on wip (#23677344419)
  • Next Build on main (#23735046959)
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