mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
On my machine, benchmarking 3DFileViewer revealed ~2.5% of CPU time spent in `Vector<GPU::Vertex>::try_append`. By carefully managing list capacities, we can remove this method from profiles altogether.