electron/shell
Samuel Attard 09870d97b5
perf: optimize data structures in context_bridge::ObjectCache (#27639)
* Use std::forward_list instead of base::LinkedList for better perf,
more consistent memory management.  Better than std::list because we
don't need the double-linked-list behavior of std::list
* Use std::unordered_map instead of std::map for the v8 hash table
2021-02-08 12:30:25 -08:00
..
app refactor: use C++11 class member variable initialization (#27477) 2021-01-26 12:16:21 -06:00
browser fix: early GC of WebFrameMain instances (#27648) 2021-02-08 11:30:18 -08:00
common fix: memory leak in BrowserWindow (#27621) 2021-02-05 13:20:20 -08:00
renderer perf: optimize data structures in context_bridge::ObjectCache (#27639) 2021-02-08 12:30:25 -08:00
utility refactor: use C++11 class member variable initialization (#27477) 2021-01-26 12:16:21 -06:00