From kde-devel Sun May 16 00:16:07 1999 From: Date: Sun, 16 May 1999 00:16:07 +0000 To: kde-devel Subject: Re: KConfig again X-MARC-Message: https://marc.info/?l=kde-devel&m=92681322209987 On Sun, 16 May 1999, Steffen Hansen wrote: > BTW: QCache uses a list to keep the items, so you get the same complexity > as iterating the file over and over. Arnt and I discussed a way where there would be a QMap for dirty entries, and then the QCache would be checked, and finally it would go out to disk for the data. The cache would be "compacted" every thirty seconds to be 2/3 its current size. This scheme sounds pretty good. As he pointed out, we have much more a case of "unused data being around in memory" than "used data being around in memory for every app that could be shared." Most apps use almost NONE of the stuff in .kderc, so it could get kicked out of the cache really quickly. What do people think of this idea? --- Preston Brown Systems Engineer pbrown@redhat.com Red Hat Software, Inc.