mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-09 00:22:43 +02:00
Optimize a very hot function by always performing unchecked appends. When benchmarking 3DFileViewer on my machine, this takes the time spent in `gl_vertex` down from ~8% to ~2%.