yacy_search_server/source/de/anomic/data
apfelmaennchen 77a080ced9 smaller fixes for YMarks
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@8105 6c8d7289-2bf4-0310-a012-ef5d649a1542
2011-11-25 17:33:03 +00:00
..
list 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
wiki some last-minute performance hacks 2011-11-25 11:23:52 +00:00
ymark smaller fixes for YMarks 2011-11-25 17:33:03 +00:00
BlogBoard.java more UTF8 getBytes() performance hacks 2011-04-12 05:02:36 +00:00
BlogBoardComments.java some last-minute performance hacks 2011-11-25 11:23:52 +00:00
BookmarkDate.java more UTF8 getBytes() performance hacks 2011-04-12 05:02:36 +00:00
BookmarkHelper.java add a bookmark automatically each time a new crawl is started 2011-11-22 00:03:20 +00:00
BookmarksDB.java add a bookmark automatically each time a new crawl is started 2011-11-22 00:03:20 +00:00
DidYouMean.java replaced String with StringBuilder in suggestion process 2011-11-09 14:42:55 +00:00
Diff.java *) renamed classes according to standard Java coding conventions 2010-11-21 01:29:32 +00:00
ListManager.java Minor correction to prevent useless comma at beginning of string, created from list 2011-11-20 15:20:57 +00:00
MessageBoard.java more UTF8 getBytes() performance hacks 2011-04-12 05:02:36 +00:00
Translator.java *) renamed classes according to standard Java coding conventions 2010-11-21 01:29:32 +00:00
URLAnalysis.java refactoring: 2011-09-25 16:59:06 +00:00
URLLicense.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
UserDB.java * pass cookies to Server Side Includes 2011-09-20 14:54:14 +00:00
WorkTables.java refactoring: 2011-09-25 16:59:06 +00:00