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/rwi
orbiter 6d2e252bcf
fix for:
14 years ago
..
AbstractBufferedIndex.java
AbstractIndex.java
AbstractReference.java
BufferedIndex.java
IODispatcher.java fixed Semaphore handling in case of interruptions 14 years ago
Index.java
IndexCell.java removed the semaphores from the cache dump process because I believe some of the semaphores may be lost somewhere which then causes that the cache is never flushed and then the peer dies from a OOM. The re-introduced synchronization may not be the best solution but should ensure that the caches are flushed. 14 years ago
IndexReader.java
Reference.java - enhanced ybr ranking computation 14 years ago
ReferenceContainer.java hack to reduce resource contention caused by massive UTF8 decodings which use java.nio resources: 14 years ago
ReferenceContainerArray.java - enhanced ybr ranking computation 14 years ago
ReferenceContainerCache.java code cleanup 14 years ago
ReferenceContainerOrder.java
ReferenceFactory.java
ReferenceIterator.java fix for: 14 years ago
TermSearch.java