yacy_search_server/source/de/anomic/kelondro/blob
orbiter b8e738a7be a collection of
- small bug fixes
- better/more comments
- more asserts
- fixed synchronization
- test case enhancements
- code cleanup
- performance hacks

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6073 6c8d7289-2bf4-0310-a012-ef5d649a1542
2009-06-14 22:09:08 +00:00
..
BLOB.java added a merge operation for IndexCell data structures 2009-03-18 16:14:31 +00:00
BLOBArray.java a collection of 2009-06-14 22:09:08 +00:00
BLOBCompressor.java added a catch Exception to all thread to check if any of them silently dies without any other notification 2009-05-05 06:31:35 +00:00
BLOBHeap.java a collection of 2009-06-14 22:09:08 +00:00
BLOBHeapModifier.java a collection of 2009-06-14 22:09:08 +00:00
BLOBTree.java - completed the author navigation 2009-06-08 23:30:12 +00:00
Cache.java simplified code, removed one unused method in all implementing classes 2009-05-21 23:53:01 +00:00
Gap.java replaced tmp file extensions by prt 2009-06-06 18:09:58 +00:00
HeapReader.java a collection of 2009-06-14 22:09:08 +00:00
HeapWriter.java - refactoring of IntegerHandleIndex and LongHandleIndex: both classes had been merged into the new HandleMap class, which handles (key<byte[]>,n-byte-long) pairs with arbitraty key and value length. This will be useful to get a memory-enhanced/minimized database table indexing. 2009-06-07 21:48:01 +00:00
MapDataMining.java migration of all databases that use the deprecated BLOBTree format into the BLOBHeap format. Old databases are migrated automatically. 2009-05-27 15:04:04 +00:00
MapView.java migration of all databases that use the deprecated BLOBTree format into the BLOBHeap format. Old databases are migrated automatically. 2009-05-27 15:04:04 +00:00
ObjectBuffer.java