yacy_search_server/source/de/anomic/yacy/dht
2009-12-02 00:37:59 +00:00
..
Dispatcher.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
FlatWordPartitionScheme.java moved table and util classes 2009-10-10 01:14:19 +00:00
PartitionScheme.java
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