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.
yacy_search_server/source/net/yacy/kelondro/blob
sixcooler 5cd07d7f84
early freeing resources on deleting index reference if search-verification fails (aka Switchboard.cleanupJob)
14 years ago
..
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. 14 years ago
BEncodedHeap.java early freeing resources on deleting index reference if search-verification fails (aka Switchboard.cleanupJob) 14 years ago
BLOB.java
Compressor.java - applied many small performance hacks 14 years ago
Gap.java
Heap.java
HeapModifier.java
HeapReader.java
HeapWriter.java
MapDataMining.java more concurrency (enhancement) hacks 14 years ago
MapHeap.java - applied many small performance hacks 14 years ago
ObjectBuffer.java
Stack.java
Stacks.java
Tables.java early freeing resources on deleting index reference if search-verification fails (aka Switchboard.cleanupJob) 14 years ago