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 993b9bc1a8
memory/performance hacks, less synchronization, better concurrency
14 years ago
..
BinSearch.java a collection of performance hacks and code cleanup: 15 years ago
BufferedObjectIndex.java - corrected return value of put() methods (not used anywhere, so it did not harm before) 15 years ago
Cache.java performance hacks 15 years ago
Column.java applied code changes that are recommended by PMD 15 years ago
HandleMap.java some more performance hacks 14 years ago
HandleSet.java memory/performance hacks, less synchronization, better concurrency 14 years ago
Index.java - corrected return value of put() methods (not used anywhere, so it did not harm before) 15 years ago
IndexTest.java Enhanced Base64Order transformation: less overhead (transformation between StringBuilder and byte[]) 14 years ago
RAMIndex.java - corrected return value of put() methods (not used anywhere, so it did not harm before) 15 years ago
RAMIndexCluster.java - corrected return value of put() methods (not used anywhere, so it did not harm before) 15 years ago
Row.java performance hack: replaced generic row.getColBytes() call with row.getPrimaryKeyBytes() where the column is 0 14 years ago
RowCollection.java performance hack: replaced generic row.getColBytes() call with row.getPrimaryKeyBytes() where the column is 0 14 years ago
RowSet.java performance hack: replaced generic row.getColBytes() call with row.getPrimaryKeyBytes() where the column is 0 14 years ago
RowSpaceExceededException.java applied code changes that are recommended by PMD 15 years ago