go-bindata icon indicating copy to clipboard operation
go-bindata copied to clipboard

Fewer allocations

Open kevinburke opened this issue 5 years ago • 1 comments

The benchmark says a single run generates 16,000 allocations. That's going to be really slow.

Can we do anything to reduce the number of allocations?

kevinburke avatar Apr 13 '19 19:04 kevinburke

See golang/go#31472.

kevinburke avatar Apr 16 '19 14:04 kevinburke