Searched hist:"06 af2d035180c4fb746a9b88c11178c516c88092" (Results 1 – 1 of 1) sorted by relevance
/dokuwiki/inc/ |
H A D | indexer.php | 06af2d035180c4fb746a9b88c11178c516c88092 Mon Nov 15 21:08:06 UTC 2010 Michael Hamann <michael@content-space.de> Indexer speed improvement: joined array vs. single lines
From my experience with a benchmark of the indexer it is faster to first join the array of all index entries and then write them back together instead of writing every single entry. This might increase memory usage, but I couldn't see a significant increase and this function is also only used for the small index files, not for the large pagewords index.
|