electron/shell
Charles Kerr 7b4d490bfe
perf: use fixed-size arrays for the font cache (#40898)
refactor: use fixed-size arrays for the font cache

Since we know at compile time which [family x script] combos we want to
cache, we can hold the cache in fixed std::arrays instead of in nested
std::unordered_maps.
2024-01-08 10:31:02 +01:00
..
app fix: ignore all NODE_ envs from foreign parent in node process (#40770) 2024-01-04 16:34:08 +09:00
browser perf: use fixed-size arrays for the font cache (#40898) 2024-01-08 10:31:02 +01:00
common perf: use flat_set, flat_map for small, trivially-moved containers (#40817) 2024-01-05 12:18:31 +01:00
renderer perf: use flat_set, flat_map for small, trivially-moved containers (#40817) 2024-01-05 12:18:31 +01:00
services/node feat: add net module to utility process (#40017) 2024-01-04 16:20:37 -05:00
utility chore: remove unused std includes (#38767) 2023-06-14 11:07:18 -07:00