yacy_search_server/source/net/yacy/search
Michael Peter Christen bcd9dd9e1d enhanced concurrent loading by using a fixed set of concurrent loader
processes in favor of throwaway-processes. The control mechanism does
less often report a 'queue full' message to the busy loop which then
does not perform a long busy waiting; instead all requests are queued
and new loader processes are started if necessary up to a given limit
(as set before)
2014-03-03 22:13:40 +01:00
..
index - enhanced postprocessing speed and memory footprint (by using HashMaps 2014-02-28 14:01:09 +01:00
query attaching names to all Threads to get a better view in profiling tools 2014-02-28 15:02:01 +01:00
ranking removed unused code (HostStat) 2014-02-24 20:51:43 +01:00
schema - enhanced postprocessing speed and memory footprint (by using HashMaps 2014-02-28 14:01:09 +01:00
snippet - enhanced postprocessing speed and memory footprint (by using HashMaps 2014-02-28 14:01:09 +01:00
EventTracker.java - replaced all length() == 0 and size() == 0 with isEmpty() 2012-07-10 22:59:03 +02:00
IndexAbstracts.java refactoring: 2011-09-25 16:59:06 +00:00
IndexingQueueEntry.java refactoring 2012-09-21 15:48:16 +02:00
MemoryTracker.java attaching names to all Threads to get a better view in profiling tools 2014-02-28 15:02:01 +01:00
ResourceObserver.java enhanced the resource observer 2014-02-12 01:00:44 +01:00
Shutdown.java Added 'final' for all exception blocks as this helps the Java compiler 2013-07-17 18:31:30 +02:00
StorageQueueEntry.java added missing class 2013-05-30 16:39:48 +02:00
Switchboard.java enhanced concurrent loading by using a fixed set of concurrent loader 2014-03-03 22:13:40 +01:00
SwitchboardConstants.java enhanced the resource observer 2014-02-12 01:00:44 +01:00