The current implementation looks up mappings by concatenating strings to form a combined key. This can be improved to be allocation-free by using appropriate data structures.
- links to
-
Review(master)
openjdk/jfx/2091