Would be interested to hear how the Qt QHash compares.
https://doc.qt.io/qt-6/qhash.html
Still using linked lists as std::unordered_map. So it won't fly, but keeps ptr stability.
Still using linked lists as std::unordered_map. So it won't fly, but keeps ptr stability.