HI,
I have to translate a few lines of Cpp code using std::map.
I have to store about 5000 (max) key,value pairs.
I guess it is preferable to choose TreeMap? (instead of HashMap?) in this case, but I am not sure about.
key is uint, val is a reference, speed matters.
What do you think ? Many thanks in advance, Bjoern