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
orbiter 51cf697acd
refactoring: moved all score-related classes to new ranking package
13 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) 13 years ago
BLOB.java *) set SVN properties 14 years ago
Compressor.java - applied many small performance hacks 14 years ago
Gap.java *) set SVN properties 14 years ago
Heap.java fix for very bad compare 14 years ago
HeapModifier.java *) set SVN properties 14 years ago
HeapReader.java hack to reduce resource contention caused by massive UTF8 decodings which use java.nio resources: 14 years ago
HeapWriter.java fix for not-deleted .gap and .idx files 14 years ago
MapDataMining.java refactoring: moved all score-related classes to new ranking package 13 years ago
MapHeap.java - applied many small performance hacks 14 years ago
ObjectBuffer.java moved getBytes() to UTF8.getBytes() to use a default String encoding 14 years ago
Stack.java *) set SVN properties 14 years ago
Stacks.java *) set SVN properties 14 years ago
Tables.java early freeing resources on deleting index reference if search-verification fails (aka Switchboard.cleanupJob) 13 years ago