yacy_search_server/source/de/anomic
orbiter 64f29f990e a collection of performance hacks and code cleanup:
- removed usage of URL-Caches which could have been a memory leak
- removed unused classes and methods
- removed not necessary synchronizations
- added synchronization hacks where possible
- fine-tuned crawling speed to prevent IO of balancer
- fixed a bug in IODispatcher that may have caused that no merges were done
- reduced number of parameters in very often called methods (compare methods)
- reduced complexity of data structures of now massively used HandleSet class
- reduction of new String() and getBytes() usage / new methods to support this transition

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6820 6c8d7289-2bf4-0310-a012-ef5d649a1542
2010-04-19 16:42:37 +00:00
..
crawler a collection of performance hacks and code cleanup: 2010-04-19 16:42:37 +00:00
data a collection of performance hacks and code cleanup: 2010-04-19 16:42:37 +00:00
http removed usage of temporary files: causes too much IO 2010-04-14 22:17:18 +00:00
net avoiding excessive DNS lookups to determine localhost 2010-03-19 14:28:25 +00:00
search a collection of performance hacks and code cleanup: 2010-04-19 16:42:37 +00:00
server new access tracking data type strategy; previous data types may have caused deadlocks of httpd when performing statistic cleanups 2010-04-14 16:18:04 +00:00
tools applied code changes that are recommended by PMD 2010-01-10 23:09:48 +00:00
yacy a collection of performance hacks and code cleanup: 2010-04-19 16:42:37 +00:00