mirror of
https://github.com/electron/electron.git
synced 2026-01-26 07:48:08 -05:00
* 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
1.5 KiB
1.5 KiB