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 b1a8d0c020
enhancements to web cache and less strict caching rules
14 years ago
..
blob enhancements to web cache and less strict caching rules 14 years ago
data avoided using a synchronized(this) for the hash computation to prevent that the lock on the object is (accidently) stolen by another thread and replaced this synchronization using the protocol object. Made also the protocol object final. 14 years ago
index enhancement during search process: fast fail of search in case that all index feeder have terminated. 14 years ago
io moved getBytes() to UTF8.getBytes() to use a default String encoding 14 years ago
logging performance hack for Balancer and ip address parsing 14 years ago
order * fix bug #7 14 years ago
rwi removed more warnings 14 years ago
table moved getBytes() to UTF8.getBytes() to use a default String encoding 14 years ago
util removed more warnings 14 years ago
workflow always try to guess the size of a StringBuilder to prevent too many memory re-allocations 14 years ago