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/de/anomic/yacy
orbiter e34e63a039
preset of proper HashMap dimensions: should prevent re-hashing and increase performance
15 years ago
..
dht preset of proper HashMap dimensions: should prevent re-hashing and increase performance 15 years ago
graphics 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
seedUpload moved table and util classes 15 years ago
Tray.java added about 450 replacements for printStackTrace() methods to pipe such traces into the log at DATA/LOG/ 15 years ago
yacyAccessible.java moved table and util classes 15 years ago
yacyBuildProperties.java * workaround for non-working build property replacements 16 years ago
yacyClient.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
yacyCore.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
yacyNetwork.java moved table and util classes 15 years ago
yacyNewsDB.java refactoring 15 years ago
yacyNewsPool.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
yacyNewsQueue.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
yacyNewsRecord.java refactoring 15 years ago
yacyPeerActions.java refactoring of yacy documents and parsers: they depend now only on the kelondro classes 15 years ago
yacyRelease.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
yacySearch.java - better synchronization in SortStack 15 years ago
yacySeed.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
yacySeedDB.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
yacySeedUploader.java removed the indexing queue. This queue was superfluous since the introduction of the blocking queues last year, where documents are parsed, analysed and stored in the index with concurrency. 16 years ago
yacyUpdateLocation.java refactoring 15 years ago
yacyVersion.java start of a really extensive refactoring which will produce a hierarchical package structure with the domain yacy.net as package root 15 years ago