mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-18 03:24:00 +00:00
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?
This commit is contained in:
+1
-1
@@ -46,11 +46,11 @@ Currently supported features:
|
||||
* standard library (but most packages won't work due to missing language
|
||||
features)
|
||||
* slices (partially)
|
||||
* maps (very rough, unfinished)
|
||||
|
||||
Not yet supported:
|
||||
|
||||
* float, complex, etc.
|
||||
* maps
|
||||
* garbage collection
|
||||
* defer
|
||||
* closures
|
||||
|
||||
Reference in New Issue
Block a user