Blog posts
TIL - Rust vec.resize() is slow in debug
2020-04-25
I was doing some tinkering with OpenGL and some code I copied from the example
used Vec::resize()
to resize a vector. And I discovered this was terribly
slow when not compiled for release.