yacy_search_server/source/net/yacy/kelondro/index
2011-03-07 20:36:40 +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 replaced all 'new String' with default encoding (missing) or UTF-8 encoding with a String generation method that uses a pre-defined Charset constant for UTF-8. This avoids a cache-lookup for the Charset object using String hashing of the String 'UTF-8'. 2011-03-07 20:36:40 +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 replaced all 'new String' with default encoding (missing) or UTF-8 encoding with a String generation method that uses a pre-defined Charset constant for UTF-8. This avoids a cache-lookup for the Charset object using String hashing of the String 'UTF-8'. 2011-03-07 20:36:40 +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 replaced all 'new String' with default encoding (missing) or UTF-8 encoding with a String generation method that uses a pre-defined Charset constant for UTF-8. This avoids a cache-lookup for the Charset object using String hashing of the String 'UTF-8'. 2011-03-07 20:36:40 +00:00
RowCollection.java replaced all 'new String' with default encoding (missing) or UTF-8 encoding with a String generation method that uses a pre-defined Charset constant for UTF-8. This avoids a cache-lookup for the Charset object using String hashing of the String 'UTF-8'. 2011-03-07 20:36:40 +00:00
RowSet.java replaced all 'new String' with default encoding (missing) or UTF-8 encoding with a String generation method that uses a pre-defined Charset constant for UTF-8. This avoids a cache-lookup for the Charset object using String hashing of the String 'UTF-8'. 2011-03-07 20:36:40 +00:00
RowSpaceExceededException.java applied code changes that are recommended by PMD 2010-01-10 23:09:48 +00:00