yacy_search_server/source/net/yacy/kelondro/index
2011-03-07 15:29:45 +00:00
..
BinSearch.java a collection of performance hacks and code cleanup: 2010-04-19 16:42:37 +00:00
BufferedObjectIndex.java - corrected return value of put() methods (not used anywhere, so it did not harm before) 2010-09-15 10:43:14 +00:00
Cache.java performance hacks 2010-09-14 14:32:24 +00:00
Column.java applied code changes that are recommended by PMD 2010-01-10 23:09:48 +00:00
HandleMap.java more patches for a better out-of-memory management 2011-03-07 01:45:11 +00:00
HandleSet.java memory/performance hacks, less synchronization, better concurrency 2011-03-03 11:30:04 +00:00
Index.java - corrected return value of put() methods (not used anywhere, so it did not harm before) 2010-09-15 10:43:14 +00:00
IndexTest.java Enhanced Base64Order transformation: less overhead (transformation between StringBuilder and byte[]) 2011-02-25 00:56:31 +00:00
RAMIndex.java - corrected return value of put() methods (not used anywhere, so it did not harm before) 2010-09-15 10:43:14 +00:00
RAMIndexCluster.java - corrected return value of put() methods (not used anywhere, so it did not harm before) 2010-09-15 10:43:14 +00:00
Row.java performance hack: replaced generic row.getColBytes() call with row.getPrimaryKeyBytes() where the column is 0 2011-02-25 12:41:27 +00:00
RowCollection.java less synchronization, better thread dump tool 2011-03-07 15:29:45 +00:00
RowSet.java performance hack: replaced generic row.getColBytes() call with row.getPrimaryKeyBytes() where the column is 0 2011-02-25 12:41:27 +00:00
RowSpaceExceededException.java applied code changes that are recommended by PMD 2010-01-10 23:09:48 +00:00