From kde-core-devel Thu Aug 30 06:12:59 2001 From: Waldo Bastian Date: Thu, 30 Aug 2001 06:12:59 +0000 To: kde-core-devel Subject: KConfig sucks :-) X-MARC-Message: https://marc.info/?l=kde-core-devel&m=99915210524123 Really.. While I was debugging the mysterious non-working localisation I noticed that we use a QMap to store all entries (no surprise there) but since we write out the entries in order, most of the time we read the entries back in order as well, which means that effectively our QMap becomes a linked list and we get O(N) behaviour instead of O(log N). There must be room for improvement there. I have fixed the localisation problem btw. Cheers, Waldo -- KDE 2.2: We deliver.