yacy_search_server/source/net/yacy/repository
2009-12-02 00:37:59 +00:00
..
Blacklist.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
BlacklistFile.java refactoring (reason: get more abstraction to use the blacklist class; for integration in other servlets) 2009-11-08 22:58:57 +00:00
LoaderDispatcher.java some enhancements in web caching: avoid double loading of response metadata and/or content 2009-11-19 10:17:26 +00:00