runtime: implement growing hashmaps

Add support for growing hashmaps beyond their initial size.
This commit is contained in:
Ayke van Laethem
2019-05-13 20:18:31 +02:00
committed by Ron Evans
parent 55fc7b904a
commit 763b9d7d10
3 changed files with 67 additions and 19 deletions
+1
View File
@@ -55,3 +55,4 @@ true false 0
4321
5555
tested preallocated map
tested growing of a map