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/index
orbiter 5924a0d851
- enhanced concurrency in database index access for multicore
15 years ago
..
ARC.java better (and corrected) recognition of intranet and internet-addresses. This corrects the isLocal property that is used by network definitions to restrict index ranges to local and global addresses. Address locations (intranet or internet) had been partly identified by the top level domain of the host address. Since intranet addresses can also be addressed using a host name that is in a country domain it is necessary to do a dns resolving for each check. The check is supported by a local dns cache so the intranet/internet check should not affect network traffic too much. To ensure that the cache works properly the cache class was upgraded to better concurrency data structures. 15 years ago
BinSearch.java a collection of performance hacks and code cleanup: 15 years ago
BufferedObjectIndex.java - enhanced concurrency in database index access for multicore 15 years ago
Cache.java - enhanced concurrency in database index access for multicore 15 years ago
Column.java applied code changes that are recommended by PMD 15 years ago
ConcurrentARC.java ;-) 15 years ago
HandleMap.java - enhanced concurrency in database index access for multicore 15 years ago
HandleSet.java fixes and enhancements for balancer: 15 years ago
IndexTest.java - enhanced concurrency in database index access for multicore 15 years ago
ObjectIndex.java - enhanced concurrency in database index access for multicore 15 years ago
ObjectIndexCache.java - enhanced concurrency in database index access for multicore 15 years ago
Row.java - enhanced concurrency in database index access for multicore 15 years ago
RowCollection.java - enhanced concurrency in database index access for multicore 15 years ago
RowSet.java bugfixes 15 years ago
RowSetArray.java - enhanced concurrency in database index access for multicore 15 years ago
RowSpaceExceededException.java applied code changes that are recommended by PMD 15 years ago
SimpleARC.java ;-) 15 years ago