yacy_search_server/htroot/api
orbiter 4bea3f9714 hack to reduce resource contention caused by massive UTF8 decodings which use java.nio resources:
used a ASCII String <-> byte[] conversion wherever possible. Many Strings in YaCy are hashes which are pure ASCII (base64 hashes).
The new ASCII String <-> byte[] conversion method have less computation overhead than the UTF8 conversion.

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7746 6c8d7289-2bf4-0310-a012-ef5d649a1542
2011-05-27 08:24:54 +00:00
..
bookmarks hack to reduce resource contention caused by massive UTF8 decodings which use java.nio resources: 2011-05-27 08:24:54 +00:00
util - refactoring of robots 2011-05-02 14:05:51 +00:00
ymarks YMarks: sidebar with tabs for tags and folders 2011-05-06 21:36:35 +00:00
blacklists_p.java *) cleaning up the code a little bit 2010-11-24 01:31:41 +00:00
blacklists_p.xml
blacklists.java *) cleaning up the code a little bit 2010-11-24 01:31:41 +00:00
blacklists.xml
config_p.java *) cleaning up the code a little bit 2010-11-24 01:31:41 +00:00
config_p.xml
feed.java *) cleaning up the code a little bit 2010-12-16 00:18:05 +00:00
feed.rss
feed.xml rssTerminal.html: Fixing the 'null' is null or not an object in rss2.js when viewing the YaCy default Status page http://localhost:8080/Status.html with Internet Explorer 2010-09-26 22:55:52 +00:00
latency_p.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
latency_p.xml svn attributes added 2009-03-20 11:21:32 +00:00
queues_p.java hack to reduce resource contention caused by massive UTF8 decodings which use java.nio resources: 2011-05-27 08:24:54 +00:00
queues_p.xml removed the indexing queue. This queue was superfluous since the introduction of the blocking queues last year, where documents are parsed, analysed and stored in the index with concurrency. 2009-07-17 13:59:21 +00:00
status_p.java counting crawler traffic again: 2010-09-11 15:58:15 +00:00
status_p.xml - cleanup, removed unused imports 2010-04-27 21:47:41 +00:00
table_p.html Fixes for (X)HTML compatibility. 2010-05-05 21:12:58 +00:00
table_p.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
table_p.xml added a robots.txt monitor in the crawler monitor submenu 2010-03-09 11:31:15 +00:00
timeline.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
timeline.xml added experimental timeline api 2009-03-06 16:01:29 +00:00
trail_p.java preparations to move the HTCache into cora: 2010-08-23 12:32:02 +00:00
trail_p.json added new cybertag-tracking feature that was inspired by itgrl 2009-02-06 15:06:19 +00:00
version.java preparations to move the HTCache into cora: 2010-08-23 12:32:02 +00:00
version.xml improvments to debianpackage: 2009-07-11 17:03:22 +00:00
webstructure.java hack to reduce resource contention caused by massive UTF8 decodings which use java.nio resources: 2011-05-27 08:24:54 +00:00
webstructure.xml added evaluation of incoming links in webstructure api 2009-04-03 07:59:49 +00:00
yacydoc.html - added geo information parsing to html parser 2011-03-30 00:49:47 +00:00
yacydoc.java hack to reduce resource contention caused by massive UTF8 decodings which use java.nio resources: 2011-05-27 08:24:54 +00:00
yacydoc.xml - added geo information parsing to html parser 2011-03-30 00:49:47 +00:00