Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Map in Golang
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Tips and Traps¶
- Please refer to Ordered Map in Golang for discussions on ordered maps in Golang.
Map in Rust
HashMap in Scala
Comment¶
HashTable is a trait without a factory method and thus cannot be instantiated. HashMap and HashSet are subclasses that you should use.
https://stackoverflow.com/questions/3648870/scala-using-hashmap-with-a-default-value
Hashmap in Kotlin
References¶
- LinkedHashMap preserves the insertion order (which is similar to dict in Python 3.7+).