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.
orbiter
1a9cfd8718
some performance hacks (CPU only, not IO)
...
this will cause better computation speed for single- and multi-core;
there are enhancements that will speed up old and slow machines as well
as multi-core CPUs. Indexing of surrogates has been speed up
from 4000 PPM to over 20000 PPM on a simple dual core office computer.
Since the enhancements are mostly in core routines, the hack should also
speed up search performance.
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6276 6c8d7289-2bf4-0310-a012-ef5d649a1542
16 years ago
..
serverAbstractBlockingThread.java
serialized all logging using concurrency:
16 years ago
serverAbstractBusyThread.java
serialized all logging using concurrency:
16 years ago
serverAbstractSwitch.java
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.
16 years ago
serverAbstractThread.java
serialized all logging using concurrency:
16 years ago
serverAccessTracker.java
fix for http://forum.yacy-websuche.de/viewtopic.php?p=15175#p15175
16 years ago
serverBlockingThread.java
…
serverBusyThread.java
…
serverCachedFileOutputStream.java
moved logging partially to kelondro
16 years ago
serverCharBuffer.java
* add class to handle keys and signatures
16 years ago
serverClassLoader.java
moved logging partially to kelondro
16 years ago
serverCodings.java
…
serverCore.java
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.
16 years ago
serverCoreSocket.java
…
serverDomains.java
refactoring:
16 years ago
serverHandler.java
…
serverInstantBlockingThread.java
code cleanup and code simplifcation
16 years ago
serverInstantBusyThread.java
code cleanup and code simplifcation
16 years ago
serverObjects.java
refactoring:
16 years ago
serverPlainSwitch.java
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.
16 years ago
serverProcessor.java
serialized all logging using concurrency:
16 years ago
serverProcessorJob.java
…
serverProfiling.java
some performance hacks (CPU only, not IO)
16 years ago
serverSemaphore.java
…
serverSwitch.java
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.
16 years ago
serverSwitchAbstractAction.java
serialized all logging using concurrency:
16 years ago
serverSwitchAction.java
serialized all logging using concurrency:
16 years ago
serverSystem.java
serialized all logging using concurrency:
16 years ago
serverThread.java
serialized all logging using concurrency:
16 years ago
servletProperties.java
refactoring:
16 years ago