Message953

Author leouserz
Recipients
Date 2006-12-22.14:24:31
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
its possible that this could be fixed by just ditching the PyStringMap used internally and switching over to PyDictionary.  From experimenting with gutting PyStringMap and replacing its internal arrays and hashing with a HashMap, I was able to get an increase in performance.  Given that the Dictionary appears remarkable similiar to that implementation---> forwarding to its Hashtable(yuck), there may not be a performance reason to stick with the PyStringMap(assuming that is the reason that there is a PyStringMap).

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