]> granicus.if.org Git - python/commit
Added some statistics code to dict and list object code. I wanted to test how a large...
authorChristian Heimes <christian@cheimes.de>
Thu, 7 Feb 2008 17:15:30 +0000 (17:15 +0000)
committerChristian Heimes <christian@cheimes.de>
Thu, 7 Feb 2008 17:15:30 +0000 (17:15 +0000)
commitb4ee4a16f4fc28d89ba9b139db6cbaace44fc47a
treecd943a8da90412579b4e7f0392f52cc61ee219c5
parent9521f08b98b3c0de6dc35f753eb07da33786f866
Added some statistics code to dict and list object code. I wanted to test how a larger freelist affects the reusage of freed objects. Contrary to my gut feelings 80 objects is more than fine for small apps. I haven't profiled a large app yet.
Objects/dictobject.c
Objects/listobject.c