commit | b4ee4a16f4fc28d89ba9b139db6cbaace44fc47a | [log] [tgz] |
---|---|---|
author | Christian Heimes <christian@cheimes.de> | Thu Feb 07 17:15:30 2008 +0000 |
committer | Christian Heimes <christian@cheimes.de> | Thu Feb 07 17:15:30 2008 +0000 |
tree | cd943a8da90412579b4e7f0392f52cc61ee219c5 | |
parent | 9521f08b98b3c0de6dc35f753eb07da33786f866 [diff] |
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.