Revision 893108

Go back to digest for 7th December 2008

Optimization in KDE Base

Aaron J. Seigo committed changes in /trunk/KDE/kdebase/workspace/libs/taskmanager:

QList->QSet since we're mostly doing random lookups.
turns a bunch of O(N)s into O(1)s; the places that looked like we were cared about the order: we didn't really.

File Changes

Modified 3 files
  • /trunk/KDE/kdebase/workspace/libs/taskmanager
  •   /task.cpp
  •   /taskmanager.cpp
  •   /taskmanager.h
3 files changed in total