Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Done
-
None
-
None
-
None
-
Docs Required, Release Notes Required
Description
There are a number of places where Map<Integer, Integer> and Map<Integer, Object> are used.
Let's add an optimized Map with a primitive key (IntMap, IntIntMap) to the ignite-core module.
Let's benchmark next candidates and choose one
- IntMap from Ignite 2 with robinhood hashing.
- FastUtils
- Netty
- OpenHFT
Attachments
Issue Links
- blocks
-
IGNITE-15462 Calcite. Replace usages of map of int to IntMap where possible
- Resolved
- links to