yacy_search_server/source/net/yacy/repository
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
..
Blacklist.java *) fixed bug which affected blacklist entries which consisted of domain _and_ path parts 2011-02-06 18:07:08 +00:00
BlacklistFile.java *) set SVN properties 2011-03-08 01:51:51 +00:00
FilterEngine.java *) set SVN properties 2011-03-08 01:51:51 +00:00
LoaderDispatcher.java hack to reduce resource contention caused by massive UTF8 decodings which use java.nio resources: 2011-05-27 08:24:54 +00:00