tinygo/src
Ayke van Laethem 3a6ef38041
Preliminary implementation of a hashmap, unfinished
Missing features:
  * keys other than strings
  * more than 8 values in the hashmap
  * growing a map when needed
  * initial size hint
  * delete(m, key)
  * iterators (for range)
  * initializing global maps
  * ...more?
2018-08-22 04:50:24 +02:00
..
device go fmt 2018-08-17 23:23:20 +02:00
examples Preliminary implementation of a hashmap, unfinished 2018-08-22 04:50:24 +02:00
machine go fmt 2018-08-17 23:23:20 +02:00
runtime Preliminary implementation of a hashmap, unfinished 2018-08-22 04:50:24 +02:00
syscall go fmt 2018-08-17 23:23:20 +02:00
unsafe go fmt 2018-08-17 23:23:20 +02:00