|
|
|
|
|
by ahartmetz
2209 days ago
|
|
This was about ease of use and simplicity of implementation. By the way, QHash's performance will be fixed thoroughly in Qt6. It is significantly faster than std::unordered_map, whose performance is constrained by an API that effectively requires a sub-optimal implementation. https://codereview.qt-project.org/c/qt/qtbase/+/287053 |
|