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
orbiter b06faab9d3
do not allocate a StringBuilder object in case that there is not enough memory for that
14 years ago
..
ai *) added new user right: extended search right (allows to define users who can query more results than anonymous users) 14 years ago
cora do not sort arrays again if arrays are already sorted 14 years ago
document do not allocate a StringBuilder object in case that there is not enough memory for that 14 years ago
gui *) set SVN properties 14 years ago
kelondro do not sort arrays again if arrays are already sorted 14 years ago
repository *) Invalid crawl profiles (containing invalid mustmatch/mustnotmatch filters) will be moved from active crawls to invalid crawls (new file: DATA/INDEX/freeworld/QUEUES/crawlProfilesInvalid.heap). This file can not be edited yet, but it shoudl be easy to extend the CrawlProfileEditor accordingly. 14 years ago
upnp *) set SVN properties 14 years ago
visualization added a visualization of peer pings to the performance graphic 14 years ago
YaCySearchClient.java always try to guess the size of a StringBuilder to prevent too many memory re-allocations 14 years ago
dbtest.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
migration.java added a file type navigator 14 years ago
yacy.java - refactoring 14 years ago