yacy_search_server/source/net/yacy/kelondro/util
2009-12-03 00:20:53 +00:00
..
AttrSeq.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
ByteArray.java
ByteBuffer.java
CompressedHashMap.java
ConsoleInterface.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
DateFormatter.java
DiskSpace.java patch for yacy disk usage detection on lvm host 2009-11-01 08:54:16 +00:00
Domains.java preset of proper HashMap dimensions: should prevent re-hashing and increase performance 2009-12-02 14:01:19 +00:00
FileUtils.java fix for crlf writing 2009-11-11 22:50:44 +00:00
Formatter.java
ISO639.java preset of proper HashMap dimensions: should prevent re-hashing and increase performance 2009-12-02 14:01:19 +00:00
kelondroException.java
kelondroOutOfLimitsException.java
MapTools.java refactoring 2009-10-11 00:24:42 +00:00
MemoryControl.java option to disable dht by memory limit: 2009-11-06 19:13:30 +00:00
MemoryTracker.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
NamePrefixThreadFactory.java
ObjectSpace.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
OS.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
Punycode.java refactoring 2009-10-11 00:12:19 +00:00
ScoreCluster.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
SetTools.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
SortStack.java fix for bug in SortStack (did not appear to shrink according to required size) - caused bad and unsufficient search results 2009-12-03 00:20:53 +00:00
SortStore.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
XMLTables.java