glsl icon indicating copy to clipboard operation
glsl copied to clipboard

Lots of allocations caused by blank_space()

Open jrmuizel opened this issue 5 years ago • 1 comments

a single call to blank_space() can end up heap allocating mutiple VerboseErrors and since it shows up in lots of places we end up doing unnecessary allocations all over the place.

jrmuizel avatar Mar 13 '21 17:03 jrmuizel

That can indeed be an issue. I’ll have a look if I can find time by the end of the week.

hadronized avatar Mar 13 '21 19:03 hadronized