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/util
orbiter 619b561a4a
enhanced secondary search: index abstracts decompression is now much faster and does not cause strong CPU load after several searches with more than one word
14 years ago
..
BDecoder.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'. 14 years ago
BEncoder.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'. 14 years ago
ByteArray.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'. 14 years ago
ByteBuffer.java enhanced secondary search: index abstracts decompression is now much faster and does not cause strong CPU load after several searches with more than one word 14 years ago
CompressedHashMap.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'. 14 years ago
ConsoleInterface.java
EventTracker.java - enhanced index create menu structure 14 years ago
FileUtils.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'. 14 years ago
Formatter.java moved all Double values to Float values because of 14 years ago
ISO639.java - more abstraction (HashMap -> Map) 15 years ago
LookAheadIterator.java better handling of OOM situations 15 years ago
MapTools.java better concurrency (less locking on date formatting) more logging and minor bug fixes 14 years ago
MemoryControl.java more patches for a better out-of-memory management 14 years ago
MemoryTracker.java enhanced search event logging (to be used for further improvements) 14 years ago
NamePrefixThreadFactory.java
OS.java added copy for Info.plist for Mac application release updates (this file contains class paths and start parameters) 14 years ago
ObjectSpace.java - more abstraction (HashMap -> Map) 15 years ago
ReverseMapIterator.java - added CamelCase parser to MultiProtocolURI: generate better to-be-indexed words from urls 14 years ago
SetTools.java enhanced secondary search: index abstracts decompression is now much faster and does not cause strong CPU load after several searches with more than one word 14 years ago
XMLTables.java
kelondroException.java