yacy_search_server/source/net/yacy/document/content
2011-03-09 09:29:05 +00:00
..
dao 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
DCEntry.java - cora package has now no dependencies to other yacy packages and becomes a 'base' package (refactoring) 2011-01-03 20:52:54 +00:00
SurrogateReader.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