yacy_search_server/source/net/yacy/kelondro/rwi
orbiter 0f276dd63f - MapHeap now implements Map<byte[], Map<String, String>>
- refactoring of method names to comply with Map method names

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7072 6c8d7289-2bf4-0310-a012-ef5d649a1542
2010-08-24 12:36:56 +00:00
..
AbstractBufferedIndex.java bugfixes 2010-06-16 15:11:21 +00:00
AbstractIndex.java - cleanup, removed unused imports 2010-04-27 21:47:41 +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
Index.java - cleanup, removed unused imports 2010-04-27 21:47:41 +00:00
IndexCell.java better memory management and slightly less (in total and temporary) RAM allocation: 2010-08-04 13:33:12 +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 - removed the UPnP library sources from sbbi and added the jar library again. The library was included to get support for fedora releases, but after this time the fact that the sbbi cannot be part of fedora should be re-discussed. If this will still not be possible, then we may integrate the sbbi UPnP package using reflection. 2010-06-26 10:32:47 +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 redesign of index abstract processing - currently disabled until enough peers have fix in SVN 6928 2010-06-18 09:44:21 +00:00
ReferenceContainerArray.java - MapHeap now implements Map<byte[], Map<String, String>> 2010-08-24 12:36:56 +00:00
ReferenceContainerCache.java performance hacks 2010-04-28 08:38:57 +00:00
ReferenceContainerOrder.java - fixes for missing or bad hashCode computation 2009-11-20 12:11:56 +00:00
ReferenceFactory.java
ReferenceIterator.java removed finalize methods because of a hint in 2010-04-23 09:32:29 +00:00
TermSearch.java some performance hacks and fixed after reading dump in 2010-04-25 21:37:36 +00:00