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
orbiter 1110d16af9
performance hack: replaced generic row.getColBytes() call with row.getPrimaryKeyBytes() where the column is 0
14 years ago
..
crawler performance hack: replaced generic row.getColBytes() call with row.getPrimaryKeyBytes() where the column is 0 14 years ago
data introduction of dht-burst modes: this can expand the number of target peers in some cases where a better heuristic is needed. The problematic cases are either when a muti-word search is made (still a hard case for our term-oriented DHT) or when a network operator wants that all robinson peers are asked. We therefore introduced two new network steering values that switch on more peers during the peer selection. Because the number of peers can now be very large, the number of maximum httpc connections was also increased. 14 years ago
http removed unnecessary recording function that caused also a performance problem after serving too much files 14 years ago
net upnp: hint for wrongly detected local ip address 14 years ago
search enhancement in synchronisation 14 years ago
server - removed synchronization in serverSwitch which should improve speed 14 years ago
tools Enhanced Base64Order transformation: less overhead (transformation between StringBuilder and byte[]) 14 years ago
yacy - enhanced date formatter cache 14 years ago