smarr / are-we-fast-yet

Are We Fast Yet? Comparing Language Implementations with Objects, Closures, and Arrays

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix Dictionary size tracking

smarr opened this issue · comments

The dictionary tracks number of sets instead of number of stored elements (should not count overwrites).
See smarr/SOMns-corelib@44a1088