
23 Feb
2011
23 Feb
'11
3:50 p.m.
On Wed, Feb 23, 2011 at 12:46 PM, Max Bolingbroke
By the way, do you plan to add a HashSet to complement HashMap?
Yes, definitely. I want to flesh out the HashMap API some more and then add a HashSet implementation. The code is still "moving around" a lot (e.g. between modules) and I like it to settle down a bit before I create HashSet (to avoid having more code to move around). Johan