yacy_search_server/source/de/anomic/kelondro/util
orbiter c8624903c6 full redesign of index access data model:
terms (words) are not any more retrieved by their word hash string, but by a byte[] containing the word hash.
this has strong advantages when RWIs are sorted in the ReferenceContainer Cache and compared with the sun.java TreeMap method, which needed getBytes() and new String() transformations before.
Many thousands of such conversions are now omitted every second, which increases the indexing speed by a factor of two.

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5812 6c8d7289-2bf4-0310-a012-ef5d649a1542
2009-04-16 15:29:00 +00:00
..
AttrSeq.java removed option to use different primary keys in kelondro tables 2009-03-13 16:52:31 +00:00
ByteArray.java * added some convertions to and from UTF-8 2009-02-05 12:12:07 +00:00
ByteBuffer.java * sorry,previous version didn't compile 2009-02-05 12:15:21 +00:00
CompressedHashMap.java (almost) completed partition of classes in kelondro 2009-01-30 22:44:20 +00:00
DateFormatter.java added new surrogate reader (surrogates are parsed documents on batches) 2009-04-15 15:30:25 +00:00
FileUtils.java full redesign of index access data model: 2009-04-16 15:29:00 +00:00
kelondroException.java (almost) completed partition of classes in kelondro 2009-01-30 22:44:20 +00:00
kelondroOutOfLimitsException.java (almost) completed partition of classes in kelondro 2009-01-30 22:44:20 +00:00
Log.java refactoring of logging 2009-01-30 23:33:47 +00:00
MemoryControl.java ups 2009-04-12 10:22:21 +00:00
NamePrefixThreadFactory.java moved logging partially to kelondro 2009-01-31 01:06:56 +00:00
ObjectSpace.java (almost) completed partition of classes in kelondro 2009-01-30 22:44:20 +00:00
ScoreCluster.java some fixes recommended by findbugs 2009-02-16 23:31:54 +00:00
SetTools.java full redesign of index access data model: 2009-04-16 15:29:00 +00:00
SortStack.java (almost) completed partition of classes in kelondro 2009-01-30 22:44:20 +00:00
SortStore.java (almost) completed partition of classes in kelondro 2009-01-30 22:44:20 +00:00
XMLTables.java - added migration class to go from index collections to the index cell data structure. 2009-03-30 15:31:25 +00:00