yacy_search_server/source/net/yacy/kelondro
orbiter dde394a977 - shifted some computation out of synchronization to allow more concurrency
- removed synchronization where not necessary

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6814 6c8d7289-2bf4-0310-a012-ef5d649a1542
2010-04-14 23:22:06 +00:00
..
blob - shifted some computation out of synchronization to allow more concurrency 2010-04-14 23:22:06 +00:00
data more concurrency when normalizing RWI entries + cleanup 2010-04-13 14:47:57 +00:00
index replaced RowSetArray in ObjectIndexCache with RowSet to reduce complexity in MergeIterator. This complexity caused too much computing overhead when the RowSetArray had become very large. 2010-04-14 19:26:51 +00:00
io removed usage of temporary files: causes too much IO 2010-04-14 22:17:18 +00:00
logging more PMD recommendations 2010-01-12 20:53:19 +00:00
order replaced RowSetArray in ObjectIndexCache with RowSet to reduce complexity in MergeIterator. This complexity caused too much computing overhead when the RowSetArray had become very large. 2010-04-14 19:26:51 +00:00
rwi added a time-out to the RWI cache to flush the cache if it has not been written for ten minutes. This additional dump criteria is necessary because some data sources repeat their vocabulary and may cause that the number of words in a RWI does not increase while the number of references in the RWI set increases. Now the RWI Buffer is flushed every 10 minutes or later if at that time already a dump is ongoing. 2010-04-14 20:30:34 +00:00
table continuing String-hash - to - byte[]-hash redesign that was started in SVN 6775 2010-04-08 00:11:32 +00:00
util performance hacks 2010-04-13 23:29:55 +00:00
workflow performance hacks 2010-04-13 23:29:55 +00:00