-
Enhancement
-
Resolution: Obsolete
-
Major
-
7.0.0.Final
-
None
Currently when BoundedConcurrentHashMap is used in DataContainer we split input keys and traverse key/value pairs in parallel using executor. That is all good, however, we should optimize this solution as each segment in BCHM is a separate map we can iterate over each segment in a separate thread rather than blindly splitting input keys.
- relates to
-
ISPN-3023 Re-implement BoundedConcurrentHashMap using CHMv8 designs
- Closed