Alexey Varlamov wrote:
2008/4/21, Aleksey Shipilev <[EMAIL PROTECTED]>:
Well, the implementation note is what confusing me.
Can we ignore it and implement our own IdentityHashMap instead of
open-addressed + linear probed + joint key/values array?
I believe so (given that we respect other spec requirements). The
implementation note is a hint, not a part of actual spec IMO.
Before committing to replace our current implementation, I'm interested
to see some experiment and measurement of new ideas. What could be done?
Regards,
Tim