Skip to content
Commit afc79ba6 authored by Jakub Stachowski's avatar Jakub Stachowski
Browse files

Collection parsing optimization, kdepimlibs part.

QVarLengthArray preallocates 16 items on stack. This gives
about 20% speedup because reallocations after every QList::append are
avoided.


svn path=/trunk/KDE/kdepimlibs/; revision=807400
parent 8af4eef8
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment