yacy_search_server/source/de/anomic/search
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
..
AccessTracker.java enhanced logging 2011-05-22 20:12:13 +00:00
BlockRank.java hack to reduce resource contention caused by massive UTF8 decodings which use java.nio resources: 2011-05-27 08:24:54 +00:00
ContentDomain.java *) set SVN properties 2011-03-08 01:51:51 +00:00
DocumentIndex.java moved getBytes() to UTF8.getBytes() to use a default String encoding 2011-03-10 12:35:32 +00:00
IndexAbstracts.java
MediaSnippet.java hack to reduce resource contention caused by massive UTF8 decodings which use java.nio resources: 2011-05-27 08:24:54 +00:00
MetadataRepository.java hack to reduce resource contention caused by massive UTF8 decodings which use java.nio resources: 2011-05-27 08:24:54 +00:00
QueryParams.java hack to reduce resource contention caused by massive UTF8 decodings which use java.nio resources: 2011-05-27 08:24:54 +00:00
RankingProcess.java hack to reduce resource contention caused by massive UTF8 decodings which use java.nio resources: 2011-05-27 08:24:54 +00:00
RankingProfile.java this is a re-implementation of the YaCy Block Rank feature 2011-05-18 14:26:28 +00:00
ReferenceOrder.java hack to reduce resource contention caused by massive UTF8 decodings which use java.nio resources: 2011-05-27 08:24:54 +00:00
ResultEntry.java add ranking weight to json-search-results 2011-04-28 11:18:14 +00:00
ResultFetcher.java Replaced a widely-used Property Object in the httpd with HashMap<String, Object> which is not synchronized like Properties 2011-05-26 16:34:35 +00:00
SearchEvent.java hack to reduce resource contention caused by massive UTF8 decodings which use java.nio resources: 2011-05-27 08:24:54 +00:00
SearchEventCache.java fix for some possible causes of memory leaks 2011-05-26 14:35:32 +00:00
Segment.java hack to reduce resource contention caused by massive UTF8 decodings which use java.nio resources: 2011-05-27 08:24:54 +00:00
Segments.java moved getBytes() to UTF8.getBytes() to use a default String encoding 2011-03-10 12:35:32 +00:00
Switchboard.java hack to reduce resource contention caused by massive UTF8 decodings which use java.nio resources: 2011-05-27 08:24:54 +00:00
SwitchboardConstants.java one more fix for SVN 7713 2011-05-13 15:31:24 +00:00
TextSnippet.java hack to reduce resource contention caused by massive UTF8 decodings which use java.nio resources: 2011-05-27 08:24:54 +00:00