chinmoyr added a comment.
In D17528#376349 <https://phabricator.kde.org/D17528#376349>, @dfaure wrote: > I'm surprised, how can a QLinkedList (with nodes allocated all over the memory) be better than a static array (which fits into the same memory cache) ? IMO It is better only in terms of how the code looks. I saw the for loop shifting elements and immediately felt the urge to use QLinkedList. I never thought of the memory allocation. REPOSITORY R241 KIO REVISION DETAIL https://phabricator.kde.org/D17528 To: chinmoyr, dfaure Cc: kde-frameworks-devel, michaelh, ngraham, bruns