Revision 9810a84...

Go back to digest for 8th December 2013

Optimization in Development Tools

Milian Wolff committed changes in [kdevplatform] /:

Optimize: Deduplicate code and use the faster Qt implementations.

This mostly applies to remove and insert, both of which are available
in Qt nowadays and make proper use of Qt's internal type traits. Thus,
for movable types, insert and remove become much faster as no O(N)
iterations and copies are required anymore to move around stuff.

File Changes

Modified 2 files
  •   util/kdevvarlengtharray.h
  •   util/tests/test_kdevvarlengtharray.cpp
2 files changed in total