You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yacy_search_server/source/net/yacy/kelondro
orbiter dde394a977
- shifted some computation out of synchronization to allow more concurrency
15 years ago
..
blob - shifted some computation out of synchronization to allow more concurrency 15 years ago
data more concurrency when normalizing RWI entries + cleanup 15 years ago
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. 15 years ago
io removed usage of temporary files: causes too much IO 15 years ago
logging more PMD recommendations 15 years ago
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. 15 years ago
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. 15 years ago
table continuing String-hash - to - byte[]-hash redesign that was started in SVN 6775 15 years ago
util performance hacks 15 years ago
workflow performance hacks 15 years ago