yacy_search_server/source/net/yacy/kelondro/rwi
orbiter 7b69d79727 enhanced remove() operation: in many cases it is not necessary to return the removed object to the called.
for such cases the delete() operation was introduced which is sometimes much cheaper in operation since it does not need to create objects to hold the removed content and it does not need to read those objects.

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6824 6c8d7289-2bf4-0310-a012-ef5d649a1542
2010-04-20 14:47:41 +00:00
..
AbstractBufferedIndex.java fix for http://forum.yacy-websuche.de/viewtopic.php?p=18500#p18500 2010-01-09 00:08:16 +00:00
AbstractIndex.java continuing String-hash - to - byte[]-hash redesign that was started in SVN 6775 and continued in SVN 6790 2010-04-15 13:22:59 +00:00
AbstractReference.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
BufferedIndex.java accumulated classes from different packages into the new rwi package 2009-10-10 00:39:15 +00:00
Index.java continuing String-hash - to - byte[]-hash redesign that was started in SVN 6775 and continued in SVN 6790 2010-04-15 13:22:59 +00:00
IndexCell.java enhanced remove operation in search consequences (which are triggered when the snippet fetch proves that the word has disappeared from the page that was stored in the index) 2010-04-20 13:45:22 +00:00
IndexReader.java continuing String-hash - to - byte[]-hash redesign that was started in SVN 6775 and continued in SVN 6790 2010-04-15 13:22:59 +00:00
IODispatcher.java reduced IO-load and synchronization/blocking 2010-04-18 21:55:20 +00:00
Reference.java continuing String-hash - to - byte[]-hash redesign that was started in SVN 6775 and continued in SVN 6790 2010-04-15 13:22:59 +00:00
ReferenceContainer.java enhanced remove() operation: in many cases it is not necessary to return the removed object to the called. 2010-04-20 14:47:41 +00:00
ReferenceContainerArray.java reduced IO-load and synchronization/blocking 2010-04-18 21:55:20 +00:00
ReferenceContainerCache.java enhanced remove() operation: in many cases it is not necessary to return the removed object to the called. 2010-04-20 14:47:41 +00:00
ReferenceContainerOrder.java - fixes for missing or bad hashCode computation 2009-11-20 12:11:56 +00:00
ReferenceFactory.java accumulated classes from different packages into the new rwi package 2009-10-10 00:39:15 +00:00
ReferenceIterator.java update to kelondro data structures 2010-01-12 15:37:34 +00:00
TermSearch.java continuing String-hash - to - byte[]-hash redesign that was started in SVN 6775 and continued in SVN 6790 2010-04-15 13:22:59 +00:00