electron/shell
Charles Kerr 7e9eb9e3f1
perf: avoid duplicate calculations in gin_helper::Dictionary getters (#43073)
* perf: cache the dictionary handle

* refactor: prefer result.IsJust() over !result.IsNothing()

for consistency

* refactor: prefer maybe.FromMaybe() over maybe.IsJust() && maybe.FromJust()

the inlined code is simpler

* refactor: simplify Get() impl

* refactor: add private helper Dictionary::MakeKey()

refactor: add private helper Dictionary::MakeHiddenKey()
2024-07-29 12:43:28 -05:00
..
app chore: more iwyu (#43063) 2024-07-29 12:42:57 -05:00
browser chore: more iwyu (#43063) 2024-07-29 12:42:57 -05:00
common perf: avoid duplicate calculations in gin_helper::Dictionary getters (#43073) 2024-07-29 12:43:28 -05:00
renderer chore: more iwyu (#43063) 2024-07-29 12:42:57 -05:00
services/node chore: remove more unused #include calls (#43000) 2024-07-25 11:25:45 +02:00
utility chore: remove unused #includes (#42971) 2024-07-22 11:31:32 +02:00