yacy_search_server/source/net/yacy/kelondro/index
2010-04-14 19:26:51 +00:00
..
ARC.java
BinSearch.java performance tuning using more final modifiers in the kelondro core 2009-10-12 17:37:12 +00:00
Cache.java more logging etc. 2010-01-17 00:41:50 +00:00
Column.java applied code changes that are recommended by PMD 2010-01-10 23:09:48 +00:00
ConcurrentARC.java applied code changes that are recommended by PMD 2010-01-10 23:09:48 +00:00
HandleMap.java applied code changes that are recommended by PMD 2010-01-10 23:09:48 +00:00
HandleSet.java continuing String-hash - to - byte[]-hash redesign that was started in SVN 6775 2010-04-08 00:11:32 +00:00
IndexTest.java added some modifications recommended by PMD for better performance 2010-01-10 01:40:26 +00:00
ObjectArray.java
ObjectArrayCache.java continuing String-hash - to - byte[]-hash redesign that was started in SVN 6775 2010-04-08 00:11:32 +00:00
ObjectIndex.java added extensive memory protection logic to avoid out of memory errors that may be caused by the RowCollection memory allocation function 2009-12-09 23:27:26 +00:00
ObjectIndexCache.java 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
Row.java continuing String-hash - to - byte[]-hash redesign that was started in SVN 6775 2010-04-08 00:11:32 +00:00
RowCollection.java try to get a fix for OOM problem in case that there is no real problem with missing memory. 2010-04-13 11:39:54 +00:00
RowSet.java continuing String-hash - to - byte[]-hash redesign that was started in SVN 6775 2010-04-08 00:11:32 +00:00
RowSetArray.java added some modifications recommended by PMD for better performance 2010-01-10 01:40:26 +00:00
RowSpaceExceededException.java applied code changes that are recommended by PMD 2010-01-10 23:09:48 +00:00
SimpleARC.java added some modifications recommended by PMD for better performance 2010-01-10 01:40:26 +00:00