what is the purpose of THashMap... i guess it is just for performance reasons? because i use a lot of Ref[ collection.immutable.Map ] and Ref[ collection.immutable.Set ] instances, and they seem to be working fine.
best, -sciss-
The idea behind THashMap is part of my PhD thesis, in case you're
interested in how it works. THashSet, and sorted variants are coming to
CCSTM.
http://ppl.stanford.edu/papers/podc011-bronson.pdf
- Nathan
http://ppl.stanford.edu/papers/podc011-bronson.pdf