B4J Question Maps with multiple items - does it hurt?

mindful

Active Member
Licensed User
Hi to all ... is it better to have a map with lets say 100000 items (keys are strings and values are objects) or 20 maps with 5000 items each ? Which one is better in terms of performance for retriving a value from the map ? (I call first ContainsKey, after that if true the i call Get .. 80% of the objects i store as value are small maps with keys and values as strings ...)
 
Top