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

philihp / pcg / 26122724051
99%
main: 100%

Build:
Build:
LAST BUILD BRANCH: claude/jolly-cannon-fmLjD
DEFAULT BRANCH: main
Ran 19 May 2026 08:17PM UTC
Jobs 1
Files 7
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

19 May 2026 08:16PM UTC coverage: 99.032% (-1.0%) from 100.0%
26122724051

Pull #336

github

claude
perf: add BigInt-free fast variant (SETSEQ + XSH_RR)

Adds a parallel `fast*` API that runs the PCG32 hot path on plain
number arithmetic instead of BigInt. State is carried as two uint32
halves and 64-bit multiply uses a 16-bit-limb split so partial
products stay inside 2^53.

The fast variant commits to the default scheme (SETSEQ) and output
function (XSH_RR), letting it skip all per-step dispatch. Output
matches the BigInt path for that configuration; tests assert
equivalence across many seeds.

Microbench (1M iterations, node 22): ~27-29x faster than the BigInt
hot path for both nextState and randomUint32.
Pull Request #336: perf: add BigInt-free fast variant (SETSEQ + XSH_RR)

51 of 54 branches covered (94.44%)

Branch coverage included in aggregate %.

143 of 143 new or added lines in 3 files covered. (100.0%)

256 of 256 relevant lines covered (100.0%)

6593.11 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26122724051.1 19 May 2026 08:17PM UTC 7
99.03
GitHub Action Run
Source Files on build 26122724051
  • Tree
  • List 7
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Pull Request #336
  • PR Base - main (#26066426780)
  • 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