Scott Gray wrote:
Also, you mention moving to the Fast* collections "where appropriate", in your opinion where would it be inappropriate to do so?
Where the sort order needs to be something other than natural, namely, using a Linked(Map|Set) or Tree(Map|Set). The order is not defined when using the Fast* variants(at least, not that I could find documented in their api).
