aokolnychyi opened a new pull request, #8264: URL: https://github.com/apache/iceberg/pull/8264
This PR migrates `DeleteFileIndex` to use `HashMap` with precomputed values instead of `ConcurrentHashMap` populated on demand to avoid the extra cost of calling `computeIfAbsent` in `ConcurrentHashMap` for every single data file. -- 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]
