Message958

Author leouserz
Recipients
Date 2006-12-22.20:38:33
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
yup, I did some fiddling with PyJavaClass so that it used a PyDictionary instead of a PyStringMap.   Performance wise, it improved but not to the degree that it improved with PyStringMap.  Even having the Strings interned in the PyDictionary did not give us as big a boost as PyStringMap did.  This may just mean that PyDictionary could use some additional tweaking.  Swapping in a HashMap will help a little as there will be less lock acquisition going on.  But I can't believe that is the key to the better performance I was seeing.

leouser
History
Date User Action Args
2008-02-20 17:17:21adminlinkissue1152612 messages
2008-02-20 17:17:21admincreate