smolscale
smolscale copied to clipboard
Allocate all scratch space with a single malloc()
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.