yacy_search_server/source/de/anomic/tools
2011-03-07 20:36:40 +00:00
..
bitfield.java more performance hacks 2008-12-04 12:54:16 +00:00
crypt.java Enhanced Base64Order transformation: less overhead (transformation between StringBuilder and byte[]) 2011-02-25 00:56:31 +00:00
cryptbig.java replaced all 'new String' with default encoding (missing) or UTF-8 encoding with a String generation method that uses a pre-defined Charset constant for UTF-8. This avoids a cache-lookup for the Charset object using String hashing of the String 'UTF-8'. 2011-03-07 20:36:40 +00:00
CryptoLib.java applied code changes that are recommended by PMD 2010-01-10 23:09:48 +00:00
disorderHeap.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
disorderSet.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
enumerateFiles.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
gzip.java replaced all 'new String' with default encoding (missing) or UTF-8 encoding with a String generation method that uses a pre-defined Charset constant for UTF-8. This avoids a cache-lookup for the Charset object using String hashing of the String 'UTF-8'. 2011-03-07 20:36:40 +00:00
ListDirs.java added final where possible 2008-08-02 12:12:04 +00:00
loaderCore.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
loaderProcess.java - removed superfluous copyright statement 2008-07-20 17:14:51 +00:00
loaderThreads.java - moved yacybot user agent string definition to MultiProtocolURI since there are basic access mechanisms where the bot string is needed 2010-09-27 14:54:32 +00:00
nxTools.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
PKCS12Tool.java added final where possible 2008-08-02 12:12:04 +00:00
SignatureOutputStream.java - more logging in server process 2009-06-16 15:10:59 +00:00
tarTools.java untar files without gzip decompression even if the file has gz extension. this is done when the decompression fails. 2010-10-28 23:12:33 +00:00