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
lotus 11188cd7eb
resource observer now uses the Java 6 method to check for free space. thus, disk observing now needs Java 6 installed.
15 years ago
..
AttrSeq.java applied code changes that are recommended by PMD 15 years ago
BDecoder.java - view API calls in correct date-order 15 years ago
BEncoder.java added an api recording function: it shall be possible to record 15 years ago
ByteArray.java applied code changes that are recommended by PMD 15 years ago
ByteBuffer.java added extensive memory protection logic to avoid out of memory errors that may be caused by the RowCollection memory allocation function 15 years ago
CompressedHashMap.java applied code changes that are recommended by PMD 15 years ago
ConsoleInterface.java added about 450 replacements for printStackTrace() methods to pipe such traces into the log at DATA/LOG/ 15 years ago
DateFormatter.java tried to fix date problem that may have prevented that foreign peers stay in the network 15 years ago
Domains.java preset of proper HashMap dimensions: should prevent re-hashing and increase performance 15 years ago
EventTracker.java - more configuration for profiling graph (number of events) 15 years ago
FileUtils.java more PMD recommendations 15 years ago
Formatter.java moved table and util classes 16 years ago
ISO639.java preset of proper HashMap dimensions: should prevent re-hashing and increase performance 15 years ago
LookAheadIterator.java refactoring of tables data organisation 15 years ago
MapTools.java more PMD recommendations 15 years ago
MemoryControl.java * reenable DHT if yet enough memory is available 15 years ago
MemoryTracker.java fix for memory tracker 15 years ago
NamePrefixThreadFactory.java moved table and util classes 16 years ago
OS.java applied code changes that are recommended by PMD 15 years ago
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. 15 years ago
Punycode.java refactoring 16 years ago
ScoreCluster.java more PMD recommendations 15 years ago
SetTools.java applied code changes that are recommended by PMD 15 years ago
SortStack.java better search computation: 15 years ago
SortStore.java better control of ranking order in sort stack 15 years ago
XMLTables.java moved table and util classes 16 years ago
kelondroException.java moved table and util classes 16 years ago
kelondroOutOfLimitsException.java moved table and util classes 16 years ago