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/index
orbiter e34e63a039
preset of proper HashMap dimensions: should prevent re-hashing and increase performance
15 years ago
..
ARC.java
BinSearch.java
Cache.java preset of proper HashMap dimensions: should prevent re-hashing and increase performance 15 years ago
Column.java
ConcurrentARC.java
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. 15 years ago
HandleSet.java
IndexTest.java moved table and util classes 16 years ago
ObjectArray.java
ObjectArrayCache.java preset of proper HashMap dimensions: should prevent re-hashing and increase performance 15 years ago
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. 15 years ago
ObjectIndexCache.java preset of proper HashMap dimensions: should prevent re-hashing and increase performance 15 years ago
Row.java
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. 15 years ago
RowSet.java
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. 15 years ago
SimpleARC.java