Message959

Author leouserz
Recipients
Date 2006-12-22.20:48:21
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
aha, PyStringMap does have a magic method,
__finditem__(String data)

this gets invoked first, and if we go directly to the table in PyDictionary we see a pretty good boost in performance there.  I guess the default __finditem__ method of PyStringMap is less performant than PyDictionary's __finditem__ chain.

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