yacy_search_server/source/de/anomic/http
2009-12-02 00:37:59 +00:00
..
client - fixes for missing or bad hashCode computation 2009-11-20 12:11:56 +00:00
server 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