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
orbiter dc0db3550e
avoid string conversion
14 years ago
..
ai *) set SVN properties 14 years ago
cora - replaced more direct string-based UTF-8 conversions by predefined UTF-8 conversion 14 years ago
document - replaced more direct string-based UTF-8 conversions by predefined UTF-8 conversion 14 years ago
gui *) set SVN properties 14 years ago
kelondro avoid string conversion 14 years ago
repository moved getBytes() to UTF8.getBytes() to use a default String encoding 14 years ago
upnp *) set SVN properties 14 years ago
visualization - removed file upload function in crawl start and replaced it with an input field for a file path where the crawl start file is loaded. This was necessary to support the API steering for file crawl starts, for two reasons: 14 years ago
YaCySearchClient.java always try to guess the size of a StringBuilder to prevent too many memory re-allocations 14 years ago
dbtest.java moved getBytes() to UTF8.getBytes() to use a default String encoding 14 years ago
migration.java *) set SVN properties 14 years ago
screenshot.java - shifted main classes to new package net.yacy 16 years ago
yacy.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