https://bugs.kde.org/show_bug.cgi?id=441648

--- Comment #12 from Maik Qualmann <metzping...@gmail.com> ---
Yes, that's an optimization if you don't know how much memory is required. It's
faster to request larger blocks than to constantly expand with small blocks.
Something similar for QVector with QVector::reserve().

https://doc.qt.io/qt-5/qvector.html#reserve

Maik

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to