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/net/yacy/kelondro/index
orbiter ff6cf24b80
replaced RowSetArray in ObjectIndexCache with RowSet to reduce complexity in MergeIterator. This complexity caused too much computing overhead when the RowSetArray had become very large.
15 years ago
..
ARC.java
BinSearch.java performance tuning using more final modifiers in the kelondro core 15 years ago
Cache.java more logging etc. 15 years ago
Column.java applied code changes that are recommended by PMD 15 years ago
ConcurrentARC.java applied code changes that are recommended by PMD 15 years ago
HandleMap.java applied code changes that are recommended by PMD 15 years ago
HandleSet.java continuing String-hash - to - byte[]-hash redesign that was started in SVN 6775 15 years ago
IndexTest.java added some modifications recommended by PMD for better performance 15 years ago
ObjectArray.java
ObjectArrayCache.java continuing String-hash - to - byte[]-hash redesign that was started in SVN 6775 15 years ago
ObjectIndex.java added extensive memory protection logic to avoid out of memory errors that may be caused by the RowCollection memory allocation function 15 years ago
ObjectIndexCache.java replaced RowSetArray in ObjectIndexCache with RowSet to reduce complexity in MergeIterator. This complexity caused too much computing overhead when the RowSetArray had become very large. 15 years ago
Row.java continuing String-hash - to - byte[]-hash redesign that was started in SVN 6775 15 years ago
RowCollection.java try to get a fix for OOM problem in case that there is no real problem with missing memory. 15 years ago
RowSet.java continuing String-hash - to - byte[]-hash redesign that was started in SVN 6775 15 years ago
RowSetArray.java added some modifications recommended by PMD for better performance 15 years ago
RowSpaceExceededException.java applied code changes that are recommended by PMD 15 years ago
SimpleARC.java added some modifications recommended by PMD for better performance 15 years ago