|
|
|
|
|
by eska
2211 days ago
|
|
I didn't expect anyone to compliment Qt containers. Most of them are straight up not recommended for any situation because they waste memory, have unnecessary indirections that cause dcache misses, and aren't optimal for multithreading due to COW (and accidental COW due to bad APIs). |
|
https://codereview.qt-project.org/c/qt/qtbase/+/287053