vilterp / hobbes

an interpreted dynamic language. Philosophy: minimalist and sensible like Python, but everything's an object like Ruby and Smalltalk.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HbDict's entries shouldn't be an ArrayList

vilterp opened this issue · comments

should be a HashSet, so you can remove one in O(1), without decrementing the indexes of all the other entries. Makes iterating harder, though.