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/yacy
orbiter 44d74f8f89
performance hacks for seed generation (because thread dumps showed multiple occurrences at these code points)
14 years ago
..
dht performance hacks: more pre-allocated StringBuilder 14 years ago
graphics stop loading via http at defined maximum of bytes - even size is unknown before loading 14 years ago
seedUpload - replaced more direct string-based UTF-8 conversions by predefined UTF-8 conversion 14 years ago
Tray.java *) set SVN properties 14 years ago
yacyAccessible.java more UTF8 getBytes() performance hacks 14 years ago
yacyBuildProperties.java this is a re-implementation of the YaCy Block Rank feature 14 years ago
yacyChannel.java fix for channel authorization 14 years ago
yacyClient.java added a visualization of peer pings to the performance graphic 14 years ago
yacyCore.java added a visualization of peer pings to the performance graphic 14 years ago
yacyNetwork.java added a new yacy protocol servlet 'idx'. This returns an index to one of the data entities that is stored in YaCy. 14 years ago
yacyNewsDB.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
yacyNewsPool.java *) General private License? ;-) 14 years ago
yacyNewsQueue.java more UTF8 getBytes() performance hacks 14 years ago
yacyPeerActions.java added a visualization of peer pings to the performance graphic 14 years ago
yacyRelease.java - more attributes for search progress bar 14 years ago
yacySearch.java hack to reduce resource contention caused by massive UTF8 decodings which use java.nio resources: 14 years ago
yacySeed.java performance hacks for seed generation (because thread dumps showed multiple occurrences at these code points) 14 years ago
yacySeedDB.java prevent getting a yacySeed from zero-length-hash-string by chance 14 years ago
yacySeedUploader.java extended seed list uploader: do not only upload all active peers but also some more peers that are passive but had been active in the last 24 hours 14 years ago
yacyUpdateLocation.java *) set SVN properties 14 years ago
yacyVersion.java this is a re-implementation of the YaCy Block Rank feature 14 years ago