ended6월 29일· 1 sources

Chuks v0.1.0: unboxing the hot path (and a 58x speedup hiding in `any`)

Why it matters

A loop counter should not allocate memory. An accumulator that only ever holds an int should not be boxed, unboxed, and re-boxed on every iteration. Obvious, and yet for nine releases that is exactly ...

1
Sources
+0
24h
Growth
83d
Active

Sources

Related Issues