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/de/anomic
f1ori 3a5fa73008
* revert parts of previous commit, because it breaks the trickle-feature
14 years ago
..
crawler 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
data performance hacks: more pre-allocated StringBuilder 14 years ago
http * revert parts of previous commit, because it breaks the trickle-feature 14 years ago
net *) set SVN properties 14 years ago
search 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
server added request line in http which can support better debugging 14 years ago
tools better abstraction of http client identification 14 years ago
yacy smaler ping-entry @ ProfilingGraph 14 years ago