mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
* refactor: constexpr lookup tables (#38771) * refactor: use a constexpr lookup table in GetPathConstant() * refactor: use a constexpr lookup table in SystemPreferences::GetColor() * refactor: use a constexpr lookup table in SimpleURLLoaderWrapper::Create() Co-authored-by: Charles Kerr <charles@charleskerr.com> * fix: use MakeFixedFlatMap() instead of MakeFixedFlatMapSorted() The latter compiles faster but does not exist in 24-x-y Xref: https://chromium-review.googlesource.com/c/chromium/src/+/4296340 --------- Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: Charles Kerr <charles@charleskerr.com>