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 39644dc14e
performance hacks to compare methods in database core
16 years ago
..
BinSearch.java
Column.java
HandleSet.java performance hack to ObjectIndex put() method: 16 years ago
IntegerHandleIndex.java replaced old PPM computation with a better one that simply sums up events that had been stored in the profiling table. 16 years ago
LongHandleIndex.java removed unnecessary exceptions, extended testing in IntegerHandleIndex 16 years ago
ObjectArray.java
ObjectArrayCache.java performance hack to ObjectIndex put() method: 16 years ago
ObjectIndex.java performance hack to ObjectIndex put() method: 16 years ago
ObjectIndexCache.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
ObjectIndexDaemon.java replaced old PPM computation with a better one that simply sums up events that had been stored in the profiling table. 16 years ago
Row.java
RowCollection.java performance hacks to compare methods in database core 16 years ago
RowSet.java performance hacks to compare methods in database core 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