D27459: Port QLinkedList which is deprecated in qt5.15

David Faure noreply at phabricator.kde.org
Tue Feb 18 13:04:44 GMT 2020


dfaure added a comment.


  This code only seems to do append() and contains(), a QVector (contiguous area of memory) is better than a std::list (individual nodes spread all over the memory, more cache lines to load)

REPOSITORY
  R263 KXmlGui

BRANCH
  port_QLinkedList (branched from master)

REVISION DETAIL
  https://phabricator.kde.org/D27459

To: mlaurent, dfaure, apol
Cc: aacid, kde-frameworks-devel, LeGast00n, cblack, GB_2, michaelh, ngraham, bruns
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20200218/be30ac72/attachment.html>


More information about the Kde-frameworks-devel mailing list