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
orbiter 0a3ab7da1b
do not sort concrrently the same array
13 years ago
..
blob early freeing resources on deleting index reference if search-verification fails (aka Switchboard.cleanupJob) 13 years ago
data 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
index do not sort concrrently the same array 13 years ago
io the location search shows now not re-evaluated locations but only such locations that are attached as metadata to web pages 14 years ago
logging - added a search option to filter only specific network protocols. i.e. get only results from ftp servers. Just add '/ftp' to your search. 14 years ago
order - refactoring 14 years ago
rwi more protection for the cleanup thread 14 years ago
table 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
util performance hacks for seed generation (because thread dumps showed multiple occurrences at these code points) 13 years ago
workflow - added a search option to filter only specific network protocols. i.e. get only results from ftp servers. Just add '/ftp' to your search. 14 years ago