mirror of
https://github.com/servo/servo
synced 2026-05-10 09:02:30 +02:00
Profiling a speedometer run showed significant time spent in some layout function in vector allocations. The main change is to switch the result of `query_box_areas()` from a Vec<T> to and iterator. Testing: refactoring with no expected test changes Signed-off-by: webbeef <me@webbeef.org>