smolscale icon indicating copy to clipboard operation
smolscale copied to clipboard

Allocate all scratch space with a single malloc()

Open hpjansson opened this issue 1 year ago • 0 comments

Currently, do_rows() calls malloc() once for each scratch row, resulting in 3-4 calls per batch. We could cut this down to one call.

hpjansson avatar Apr 30 '23 22:04 hpjansson