yacy_search_server/source/net/yacy/kelondro/util
2010-01-10 01:40:26 +00:00
..
AttrSeq.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
BDecoder.java added a decoder class for Bencoding 2010-01-03 22:44:09 +00:00
ByteArray.java moved table and util classes 2009-10-10 01:14:19 +00:00
ByteBuffer.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
CompressedHashMap.java moved table and util classes 2009-10-10 01:14:19 +00:00
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 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
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
EventTracker.java - more configuration for profiling graph (number of events) 2009-12-08 14:25:51 +00:00
FileUtils.java added some modifications recommended by PMD for better performance 2010-01-10 01:40:26 +00:00
Formatter.java moved table and util classes 2009-10-10 01:14:19 +00:00
ISO639.java preset of proper HashMap dimensions: should prevent re-hashing and increase performance 2009-12-02 14:01:19 +00:00
kelondroException.java moved table and util classes 2009-10-10 01:14:19 +00:00
kelondroOutOfLimitsException.java moved table and util classes 2009-10-10 01:14:19 +00:00
MapTools.java refactoring 2009-10-11 00:24:42 +00:00
MemoryControl.java added nice configuration for the resource observer 2010-01-07 17:19:50 +00:00
MemoryTracker.java fix for memory tracker 2009-12-14 20:23:11 +00:00
NamePrefixThreadFactory.java moved table and util classes 2009-10-10 01:14:19 +00:00
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 better control of ranking order in sort stack 2009-12-03 00:36:07 +00:00
SortStore.java better control of ranking order in sort stack 2009-12-03 00:36:07 +00:00
XMLTables.java moved table and util classes 2009-10-10 01:14:19 +00:00