mirror of
https://github.com/electron/electron.git
synced 2026-01-15 02:18:18 -05:00
* perf: make ElectronUsbDelegate::controller_map_ an absl::flat_hash_map Co-authored-by: Charles Kerr <charles@charleskerr.com> * perf: make ElectronSerialDelegate::controller_map_ an absl::flat_hash_map Co-authored-by: Charles Kerr <charles@charleskerr.com> * perf: make ElectronHidDelegate::controller_map_ an absl::flat_hash_map Co-authored-by: Charles Kerr <charles@charleskerr.com> * perf: make FrameTreeNodeIdMap an absl::flat_hash_map Co-authored-by: Charles Kerr <charles@charleskerr.com> * perf: make AutofillDriverFactory::driver_map_ an absl::flat_hash_map Co-authored-by: Charles Kerr <charles@charleskerr.com> * perf: make asar::Archive::external_files_ an absl::flat_hash_map Co-authored-by: Charles Kerr <charles@charleskerr.com> * perf: make VersionIdMap an absl::flat_hash_map Co-authored-by: Charles Kerr <charles@charleskerr.com> * perf: make ObjectCache::proxy_map_ an absl::flat_hash_map Co-authored-by: Charles Kerr <charles@charleskerr.com> * docs: add TODO to investigate absl map in KeyWeakMap Co-authored-by: Charles Kerr <charles@charleskerr.com> --------- Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: Charles Kerr <charles@charleskerr.com>