yacy_search_server/test/de/anomic
orbiter daf0f74361 joined anomic.net.URL, plasmaURL and url hash computation:
search profiling showed, that a major amount of time is wasted by computing url hashes. The computation does an intranet-check, which needs a DNS lookup. This caused that each urlhash computation needed 100-200 milliseconds, which caused remote searches to delay at least 1 second more that necessary. The solution to this problem is to attach a URL hash to the URL data structure, because that means that the url hash value can be filled after retrieval of the URL from the database. The redesign of the url/urlhash management caused a major redesign of many parts of the software. Since some parts had been decided to be given up they had been removed during this change to avoid unnecessary maintenance of unused code.

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4074 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-09-05 09:01:35 +00:00
..
data *) robots.txt parser now extracts the sitemap-URL (will be used later) 2007-04-26 15:42:38 +00:00
http *) adding date parsing test routine to determine if we have a date-parsing bug 2006-10-19 05:50:08 +00:00
net *) be more tolerant against missing ports in url 2006-10-24 05:22:54 +00:00
plasma *) Better charset encoding detection 2006-10-19 07:02:18 +00:00