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 e1b6916423
always try to guess the size of a StringBuilder to prevent too many memory re-allocations
14 years ago
..
serverAccessTracker.java - added bugfix for access tracker in case of concurrency conflicts 15 years ago
serverClassLoader.java - more abstraction (HashMap -> Map) 15 years ago
serverCore.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
serverCoreSocket.java
serverHandler.java This is a large bugfix and enhancement commit to support a better location detection for data 15 years ago
serverObjects.java always try to guess the size of a StringBuilder to prevent too many memory re-allocations 14 years ago
serverSwitch.java - removed synchronization in serverSwitch which should improve speed 14 years ago
serverSwitchAbstractAction.java
servletProperties.java preparations to move the HTCache into cora: 15 years ago