Vincent Torri h: > > On Sun, 28 Mar 2010, Enlightenment SVN wrote: > >> Log: >> efreet: Only read data from disk when modified > > what about using file monitoring for that ?
Well, we need to build the complete cache every time the bin is executed. So we need all information, the patch just makes the new cache reuse the old cached values instead of reading all info from disk every time. The reason the complete cache must be rebuilt every time is that it is shared between all programs which uses efreet, so we can't rewrite the cache. We need to write a new temp cache, delete the old and rename the temp cache. And there is still a lot of TODO's, so just wait or help fix them :) S. ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel