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.
yacy_search_server/source/de/anomic/kelondro/index
orbiter 66f78d67e0
bad idea. Concurrency in index management will be done differently
16 years ago
..
BinSearch.java more memory leak fixing hacks 16 years ago
Column.java fix for last commit and more testing stub 16 years ago
HandleSet.java removed option to use different primary keys in kelondro tables 16 years ago
IntegerHandleIndex.java removed option to use different primary keys in kelondro tables 16 years ago
LongHandleIndex.java removed option to use different primary keys in kelondro tables 16 years ago
ObjectArray.java more refactoring of indexer and kelondro classes; 16 years ago
ObjectArrayCache.java removed option to use different primary keys in kelondro tables 16 years ago
ObjectIndex.java performance hack to ObjectIndex put() method: 16 years ago
ObjectIndexCache.java more performance hacks: better default values for scaling, less memory usage 16 years ago
Row.java removed option to use different primary keys in kelondro tables 16 years ago
RowCollection.java removed option to use different primary keys in kelondro tables 16 years ago
RowSet.java removed option to use different primary keys in kelondro tables 16 years ago
RowSetArray.java added new class RowSetArray which arranges RowSet objects like Elements in a hashtable, but still provides the functionality of sorted enumeration. The new class is now integrated into the ObjectIndexCache, which is the core class to provide index functions to all database files. The new index access is about twice as fast as before. This has strong speed enhancement effects on all parts of YaCy. 16 years ago