Message4804

Author pjenvey
Recipients pjenvey
Date 2009-06-07.23:33:24
SpamBayes Score 0.0030768777
Marked as misclassified No
Message-id <1244417605.8.0.18499463951.issue1370@psf.upfronthosting.co.za>
In-reply-to
Content
In olden times we decided to create our own id()s rumor has it due to 
heavy usage of System.identityHashCode affecting performance

I suspect that's no longer the case on modern day JVMs (but we'd need to 
confirm that). Using systemIdentityHash code would simplify our silly id 
implementation and ease debugging when using Java debugger/profiler 
tools
History
Date User Action Args
2009-06-07 23:33:26pjenveysetrecipients: + pjenvey
2009-06-07 23:33:25pjenveysetmessageid: <1244417605.8.0.18499463951.issue1370@psf.upfronthosting.co.za>
2009-06-07 23:33:25pjenveylinkissue1370 messages
2009-06-07 23:33:24pjenveycreate