Message956

Author pedronis
Recipients
Date 2006-12-22.19:36:40
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
the issue is all the places that have an already interned String, not a PyString. String to PyString involve an allocation. Allocations are still costly.

Whether using hashCode vs. identityHashCode, it is well possible that the performace trade offs of the two have changed over time since 1.1. Implementing identityHashCode is not straightforward on moving gcs.
History
Date User Action Args
2008-02-20 17:17:21adminlinkissue1152612 messages
2008-02-20 17:17:21admincreate