yacy_search_server/source/net/yacy/crawler/robots
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
..
RobotsTxt.java Small perf improvement : initialize threads names early when possible 2018-05-23 14:45:35 +02:00
RobotsTxtEntry.java Do locale independant case conversion on hosts, schemes, and file exts. 2017-12-19 13:52:05 +01:00
RobotsTxtParser.java support for multiple sitemaps in robots.txt 2014-03-14 13:33:23 +01:00