yacy_search_server/source/net/yacy/kelondro/blob
sixcooler 5cd07d7f84 early freeing resources on deleting index reference if search-verification fails (aka Switchboard.cleanupJob)
doing same thingy on other methods of touched files as well

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7860 6c8d7289-2bf4-0310-a012-ef5d649a1542
2011-08-02 15:52:33 +00:00
..
ArrayStack.java changed handling of RowSet element retrieval: until today all elements had been copied from the underlying byte[] arrays into a new Entry object that again had a copy of a portion of that byte[] in its own bye[]. There was an option to just refer to the underlying byte[] with a pointer but that was almost never used. This commit now changes an interface to the Row class where it is now necessary to tell if a copy is always required. Fortunately the copy is only needed in very rare cases. That means that this change should cause much less memory allocation; it is expected that this happens especially during search situations. 2011-07-15 08:38:10 +00:00
BEncodedHeap.java early freeing resources on deleting index reference if search-verification fails (aka Switchboard.cleanupJob) 2011-08-02 15:52:33 +00:00
BLOB.java *) set SVN properties 2011-03-08 01:51:51 +00:00
Compressor.java - applied many small performance hacks 2011-06-01 19:31:56 +00:00
Gap.java *) set SVN properties 2011-03-08 01:51:51 +00:00
Heap.java fix for very bad compare 2011-05-08 08:45:58 +00:00
HeapModifier.java *) set SVN properties 2011-03-08 01:51:51 +00:00
HeapReader.java hack to reduce resource contention caused by massive UTF8 decodings which use java.nio resources: 2011-05-27 08:24:54 +00:00
HeapWriter.java fix for not-deleted .gap and .idx files 2011-03-17 17:09:19 +00:00
MapDataMining.java more concurrency (enhancement) hacks 2011-05-30 08:53:58 +00:00
MapHeap.java - applied many small performance hacks 2011-06-01 19:31:56 +00:00
ObjectBuffer.java moved getBytes() to UTF8.getBytes() to use a default String encoding 2011-03-10 12:35:32 +00:00
Stack.java *) set SVN properties 2011-03-08 01:51:51 +00:00
Stacks.java *) set SVN properties 2011-03-08 01:51:51 +00:00
Tables.java early freeing resources on deleting index reference if search-verification fails (aka Switchboard.cleanupJob) 2011-08-02 15:52:33 +00:00