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/server
orbiter e34e63a039
preset of proper HashMap dimensions: should prevent re-hashing and increase performance
15 years ago
..
serverAccessTracker.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
serverClassLoader.java preset of proper HashMap dimensions: should prevent re-hashing and increase performance 15 years ago
serverCore.java - better thread dump 15 years ago
serverCoreSocket.java *) made sure that   is replaced with a space and not just deleted in CharacterCoding.java 16 years ago
serverHandler.java - removed superfluous copyright statement 17 years ago
serverObjects.java added about 450 replacements for printStackTrace() methods to pipe such traces into the log at DATA/LOG/ 15 years ago
serverSwitch.java - avoid unnecessary host name lookups for localhost 15 years ago
serverSwitchAbstractAction.java start of a really extensive refactoring which will produce a hierarchical package structure with the domain yacy.net as package root 16 years ago
serverSwitchAction.java start of a really extensive refactoring which will produce a hierarchical package structure with the domain yacy.net as package root 16 years ago
servletProperties.java refactoring 16 years ago