Revision ffdfe57...
Go back to digest for 27th April 2014Optimization in KDE-PIM
David Edmundson committed changes in [libkpeople/soo_much_faster] src/personsmodel.cpp:
Make PersonModel faster
Instead of performing a hash lookup each time in data() store
MetaContacts in the list and instead use the hash to the index only
for insertion/deletion.
File Changes
Modified 1 files
- src/personsmodel.cpp
1 files changed in total