servo/components/layout_2020
Jonathan Schwender 5533092ab3
Reduce allocations in layout_block_level_children_in_parallel (#35781)
This function showed up as a top producer of allocations
(around 10% of all allocations).
Allocating the vector once upfront and using
`collect_into_vec` removes any intermediate allocations.
This approach is also recommended by the rayon documentation:
https://docs.rs/rayon/1.10.0/rayon/iter/trait.ParallelIterator.html#method.collect

Signed-off-by: Jonathan Schwender <schwenderjonathan@gmail.com>
2025-03-04 07:48:12 +00:00
..
display_list Update rustfmt to the 2024 style edition (#35764) 2025-03-03 11:26:53 +00:00
flexbox layout: Partial support for keyword sizes on preferred cross size (#35682) 2025-03-04 05:58:46 +00:00
flow Reduce allocations in layout_block_level_children_in_parallel (#35781) 2025-03-04 07:48:12 +00:00
fragment_tree Update rustfmt to the 2024 style edition (#35764) 2025-03-03 11:26:53 +00:00
table Update rustfmt to the 2024 style edition (#35764) 2025-03-03 11:26:53 +00:00
taffy Update rustfmt to the 2024 style edition (#35764) 2025-03-03 11:26:53 +00:00
tests Update deprecated use of PanicInfo to PanicHookInfo (#34659) 2024-12-17 03:50:26 +00:00
Cargo.toml layout: Implement a non-recursive version of CSS quotes (#34770) 2025-02-27 16:00:21 +00:00
cell.rs layout: Remove the obsolete layout tracing functionality (#35001) 2025-01-15 13:24:14 +00:00
construct_modern.rs Update rustfmt to the 2024 style edition (#35764) 2025-03-03 11:26:53 +00:00
context.rs script: Do not set up an IPC route for every image load (#35041) 2025-01-25 09:39:04 +00:00
dom.rs Update rustfmt to the 2024 style edition (#35764) 2025-03-03 11:26:53 +00:00
dom_traversal.rs Update rustfmt to the 2024 style edition (#35764) 2025-03-03 11:26:53 +00:00
formatting_contexts.rs layout: Limit content_inline_size_for_table override to collapsed columns (#35209) 2025-02-05 00:35:59 +00:00
geom.rs Update rustfmt to the 2024 style edition (#35764) 2025-03-03 11:26:53 +00:00
layout_box_base.rs Update rustfmt to the 2024 style edition (#35764) 2025-03-03 11:26:53 +00:00
lib.rs layout: Implement a non-recursive version of CSS quotes (#34770) 2025-02-27 16:00:21 +00:00
lists.rs layout: Add LayoutBoxBase and use it for IndependentFormattingContext (#34507) 2024-12-07 19:12:25 +00:00
positioned.rs Update rustfmt to the 2024 style edition (#35764) 2025-03-03 11:26:53 +00:00
query.rs Update rustfmt to the 2024 style edition (#35764) 2025-03-03 11:26:53 +00:00
quotes.rs layout: Implement a non-recursive version of CSS quotes (#34770) 2025-02-27 16:00:21 +00:00
replaced.rs Update rustfmt to the 2024 style edition (#35764) 2025-03-03 11:26:53 +00:00
sizing.rs Update rustfmt to the 2024 style edition (#35764) 2025-03-03 11:26:53 +00:00
style_ext.rs Update rustfmt to the 2024 style edition (#35764) 2025-03-03 11:26:53 +00:00
traversal.rs Update rustfmt to the 2024 style edition (#35764) 2025-03-03 11:26:53 +00:00