I know they have the same performance (hashMapOf()...
# announcements
a
I know they have the same performance (hashMapOf() is inlined to HashMap()), regarding the performance I was referring to the fact that I need a HashMap because it uses less memory than a LinkedHashMap (which is the default type returned by mutableMapOf).