yacy_search_server/source/net/yacy/kelondro/index
2009-12-02 14:01:19 +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 preset of proper HashMap dimensions: should prevent re-hashing and increase performance 2009-12-02 14:01:19 +00:00
Column.java - fixes for missing or bad hashCode computation 2009-11-20 12:11:56 +00:00
ConcurrentARC.java performance tuning using more final modifiers in the kelondro core 2009-10-12 17:37:12 +00:00
HandleMap.java replaced _all_ size() == 0 with isEmpty() and all size() > 0 with !isEmpty(). The isEmpty() method is much faster in some cases, especially when used to access badly balanced hashtables where an size() operation becomes a large iteration. 2009-12-02 00:37:59 +00:00
HandleSet.java added about 450 replacements for printStackTrace() methods to pipe such traces into the log at DATA/LOG/ 2009-11-05 20:28:37 +00:00
IndexTest.java moved table and util classes 2009-10-10 01:14:19 +00:00
ObjectArray.java
ObjectArrayCache.java preset of proper HashMap dimensions: should prevent re-hashing and increase performance 2009-12-02 14:01:19 +00:00
ObjectIndex.java replaced _all_ size() == 0 with isEmpty() and all size() > 0 with !isEmpty(). The isEmpty() method is much faster in some cases, especially when used to access badly balanced hashtables where an size() operation becomes a large iteration. 2009-12-02 00:37:59 +00:00
ObjectIndexCache.java preset of proper HashMap dimensions: should prevent re-hashing and increase performance 2009-12-02 14:01:19 +00:00
Row.java - fixes for missing or bad hashCode computation 2009-11-20 12:11:56 +00:00
RowCollection.java replaced _all_ size() == 0 with isEmpty() and all size() > 0 with !isEmpty(). The isEmpty() method is much faster in some cases, especially when used to access badly balanced hashtables where an size() operation becomes a large iteration. 2009-12-02 00:37:59 +00:00
RowSet.java performance tuning using more final modifiers in the kelondro core 2009-10-12 17:37:12 +00:00
RowSetArray.java replaced _all_ size() == 0 with isEmpty() and all size() > 0 with !isEmpty(). The isEmpty() method is much faster in some cases, especially when used to access badly balanced hashtables where an size() operation becomes a large iteration. 2009-12-02 00:37:59 +00:00
SimpleARC.java performance tuning using more final modifiers in the kelondro core 2009-10-12 17:37:12 +00:00