arne-bdt opened a new issue, #3900: URL: https://github.com/apache/jena/issues/3900
### Change Minor bugs fixed: - FastArrayBunch does not hold references to orphans after #tryRemove and #removeUnchecked - FastHashMap#computeIfAbsent does not creat an invalid state if call of absentValueSupplier fails - FastHashMap#compute now grows on insert like all other insert operations of this map Improvements: - iterators and spliterators don't need a runnable for concurrency check any more. They check the size directly, which has been shown to be faster. - FastHashBase#fillPositionsArray now iterates over the dense keys array, which should be faster in most cases. - Removed FastHashSet#IndexedKey and the corresponding iterator and spliterator implementations --> introduced FastHashBase#forEachKey instead - added JavaDoc - added tests ### Are you interested in contributing a pull request for this task? Yes -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
