You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
orbiter
c079b18ee7
- 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.
...
- added a analysis method that counts bytes that could be saved in case the new HandleMap can be applied in the most efficient way. Look for the log messages beginning with "HeapReader saturation": in most cases we could save about 30% RAM!
- removed the old FlexTable database structure. It was not used any more.
- removed memory statistics in PerformanceMemory about flex tables and node caches (node caches were used by Tree Tables, which are also not used any more)
- add a stub for a steering of navigation functions. That should help to switch off naviagtion computation in cases where it is not demanded by a client
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6034 6c8d7289-2bf4-0310-a012-ef5d649a1542
16 years ago
..
AbstractRecords.java
- added migration class to go from index collections to the index cell data structure.
16 years ago
CachedRecords.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.
16 years ago
ChunkIterator.java
more refactoring of the index classes
16 years ago
EcoTable.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.
16 years ago
FixedWidthArray.java
- added migration class to go from index collections to the index cell data structure.
16 years ago
FlexWidthArray.java
- added migration class to go from index collections to the index cell data structure.
16 years ago
FullRecords.java
(almost) completed partition of classes in kelondro
16 years ago
Hashtable.java
removed option to use different primary keys in kelondro tables
16 years ago
Node.java
…
RecordHandle.java
…
Relations.java
removed option to use different primary keys in kelondro tables
16 years ago
SQLTable.java
simplified code, removed one unused method in all implementing classes
16 years ago
SplitTable.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.
16 years ago
Stack.java
new fully redesigned balancer and bugfixes regarding lost profile handles and killed crawls
16 years ago
Tree.java
simplified code, removed one unused method in all implementing classes
16 years ago