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 2b5f8585bf
performance hack for Balancer and ip address parsing
14 years ago
..
blob fix for not-deleted .gap and .idx files 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 avoid string conversion 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 removed type cast warnings 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