On Tue, Aug 05, 2008 at 09:13:07PM -0400, Barry Warsaw wrote: > I wonder if the list cache is still worth it? I've run into trouble > with it in the recent past and I suspect that whatever benefits we got > from it in ancient times, may not be so relevant today. My first
I expect cPickle or even pickle are pretty fast, and the config.pck is a fairly straightforward data structure, isn't it? Not deeply recursive or a complicated graph. One experiment would be to create a list with, say, 100,000 random [EMAIL PROTECTED] addresses and benchmark how much time it takes to unpickle it. I'll try to do that tomorrow on a real computer (not this laptop). --amk _______________________________________________ Mailman-Developers mailing list [email protected] http://mail.python.org/mailman/listinfo/mailman-developers Mailman FAQ: http://wiki.list.org/x/AgA3 Searchable Archives: http://www.mail-archive.com/mailman-developers%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-developers/archive%40jab.org Security Policy: http://wiki.list.org/x/QIA9
