yacy_search_server/source/de/anomic/yacy/dht
2009-12-02 14:01:19 +00:00
..
Dispatcher.java preset of proper HashMap dimensions: should prevent re-hashing and increase performance 2009-12-02 14:01:19 +00:00
FlatWordPartitionScheme.java moved table and util classes 2009-10-10 01:14:19 +00:00
PartitionScheme.java full redesign of index access data model: 2009-04-16 15:29:00 +00:00
PeerSelection.java refactoring 2009-10-11 00:12:19 +00:00
Transmission.java replaced _all_ size() == 0 with isEmpty() and all size() > 0 with !isEmpty(). The isEmpty() method is much faster in some cases, especially when used to access badly balanced hashtables where an size() operation becomes a large iteration. 2009-12-02 00:37:59 +00:00
VerticalWordPartitionScheme.java fix for http://forum.yacy-websuche.de/viewtopic.php?p=15555#p15555 2009-06-05 18:18:16 +00:00