yacy_search_server/source/net/yacy/kelondro/index
2011-03-09 09:29:05 +00:00
..
BinSearch.java *) set SVN properties 2011-03-08 01:51:51 +00:00
BufferedObjectIndex.java *) set SVN properties 2011-03-08 01:51:51 +00:00
Cache.java *) set SVN properties 2011-03-08 01:51:51 +00:00
Column.java always try to guess the size of a StringBuilder to prevent too many memory re-allocations 2011-03-09 09:29:05 +00:00
HandleMap.java *) set SVN properties 2011-03-08 01:51:51 +00:00
HandleSet.java *) set SVN properties 2011-03-08 01:51:51 +00:00
Index.java *) set SVN properties 2011-03-08 01:51:51 +00:00
IndexTest.java *) set SVN properties 2011-03-08 01:51:51 +00:00
RAMIndex.java *) set SVN properties 2011-03-08 01:51:51 +00:00
RAMIndexCluster.java *) set SVN properties 2011-03-08 01:51:51 +00:00
Row.java always try to guess the size of a StringBuilder to prevent too many memory re-allocations 2011-03-09 09:29:05 +00:00
RowCollection.java always try to guess the size of a StringBuilder to prevent too many memory re-allocations 2011-03-09 09:29:05 +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 *) set SVN properties 2011-03-08 01:51:51 +00:00