Message961

Author leouserz
Recipients
Date 2006-12-22.21:16:04
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
I think we may be able to get away with a ConcurrentHashMap.  It should offer better scalability than the one lock per table that comes with the Hashtable and is safer than the HashMap which doesn't have any syncronization.  Im seeing roughly the same golden times I was seeing yesterday with a PyDictionary that has had its __finditem__(String) overriden and its Hashtable replaced with a ConcurrentHashMap.

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