#question about hashmaps

1 messages · Page 1 of 1 (latest)

mild mason
#

use AutoArrayHashMap or AutoHashMap

#

ArrayHashMap preserves key order, but regular hash map does not

#

neither of them are thread safe for insertions so be careful with that

#

arrayhashmap is also faster to iterate over