yacy_search_server/source/net/yacy/search/query
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
..
AccessTracker.java Adjusted Solr select servlet output when using an external Solr only 2018-04-06 15:16:54 +02:00
HeuristicResult.java tried to clean up the search process mess 2012-11-01 17:16:43 +01:00
QueryGoal.java Reduced text snippet extraction processing time. 2018-05-11 15:42:53 +02:00
QueryModifier.java Improved support for internationalized domain names on "site:" modifier 2017-12-04 18:23:26 +01:00
QueryParams.java Prevent duplication of Solr query highlight fields parameters 2018-05-14 15:26:44 +02:00
SearchEvent.java Small perf improvement : initialize threads names early when possible 2018-05-23 14:45:35 +02:00
SearchEventCache.java Enabled displaying results after 14th page for local search queries. 2016-12-20 14:52:33 +01:00
SearchEventType.java tried to clean up the search process mess 2012-11-01 17:16:43 +01:00
SecondarySearchSuperviser.java Small perf improvement : initialize threads names early when possible 2018-05-23 14:45:35 +02:00