yacy_search_server/source/net/yacy/kelondro/table
luccioman fa4399d5d2 Small perf improvement : initialize threads names early when possible
Initializing Thread names using the Thread constructor parameter is
faster as it already sets a thread name even if no customized one is
given, while an additional call to the Thread.setName() function
internally do synchronized access, eventually runs access check on the
security manager and performs a native call.

Profiling a running YaCy server revealed that the total processing time
spent on Thread.setName() for a typical p2p search was in the range of
seconds.
2018-05-23 14:45:35 +02:00
..
ChunkIterator.java Unsure closing ChunkIterator stream in every possible use case. 2017-06-02 09:47:45 +02:00
IndexTable.java added missing class for latest changes 2014-11-13 01:30:12 +01:00
Relations.java - the webgraph shall store all links which appear on a web page and not 2013-09-15 00:30:23 +02:00
SplitTable.java Small perf improvement : initialize threads names early when possible 2018-05-23 14:45:35 +02:00
SQLTable.java - enhanced postprocessing speed and memory footprint (by using HashMaps 2014-02-28 14:01:09 +01:00
Table.java Fixed NullPointerException case on Table init with relative file path. 2018-01-29 14:00:43 +01:00