yacy_search_server/source/net/yacy/kelondro/rwi
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
..
AbstractBufferedIndex.java added missing @Override annotation 2014-03-28 13:48:37 +01:00
AbstractIndex.java - refactoring of log to ConcurrentLog: 2013-07-09 14:28:25 +02:00
AbstractReference.java Refacture rwi reference word position and word distance calculation 2016-10-23 19:40:02 +02:00
BufferedIndex.java refactoring 2011-12-16 23:59:29 +01:00
Index.java removed warnings 2012-10-23 19:08:44 +02:00
IndexCell.java Small perf improvement : initialize threads names early when possible 2018-05-23 14:45:35 +02:00
IndexReader.java Abstraction of HandleMap and HandleSet 2012-07-27 12:13:53 +02:00
IODispatcher.java Small perf improvement : initialize threads names early when possible 2018-05-23 14:45:35 +02:00
Reference.java Refacture rwi reference word position and word distance calculation 2016-10-23 19:40:02 +02:00
ReferenceContainer.java fixed generics warnings for generic array instantiation that appeared 2014-05-20 21:50:16 +02:00
ReferenceContainerArray.java enhanced the resource observer 2014-02-12 01:00:44 +01:00
ReferenceContainerCache.java changed method to write the citation index: do not catch up references 2014-09-02 13:22:12 +02:00
ReferenceContainerOrder.java added missing @Override annotation 2014-03-28 13:48:37 +01:00
ReferenceFactory.java corrected result counter 2013-02-27 22:40:23 +01:00
ReferenceIterator.java added missing @Override annotation 2014-03-28 13:48:37 +01:00
TermSearch.java clean-up: removed unused methods in kelondro 2012-10-06 03:34:52 +02:00