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/io
orbiter cb1f49d0f2
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'.
14 years ago
..
AbstractReader.java more final modifier 16 years ago
AbstractWriter.java *) cleaner code 15 years ago
BufferedRecords.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'. 14 years ago
ByteCount.java counting crawler traffic again: 15 years ago
ByteCountInputStream.java more patches for a better out-of-memory management 14 years ago
ByteCountOutputStream.java counting crawler traffic again: 15 years ago
CachedFileReader.java applied code changes that are recommended by PMD 15 years ago
CachedFileWriter.java enhanced navigation implementation and enhanced tag cloud computation 15 years ago
CachedRecords.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'. 14 years ago
CharBuffer.java - enhanced concurrency in database index access for multicore 15 years ago
RandomAccessIO.java more final modifier 16 years ago
Reader.java moved io classes 16 years ago
Records.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'. 14 years ago
Writer.java moved io classes 16 years ago