Hacker News new | ask | show | jobs
by seabee 4010 days ago
There is another subtlety that values associated with integer keys are stored as an array. dicts and HashMaps don't do this.
1 comments

And not even all integer keys! Lua will efficiently handle sparse arrays using tables.