Message85333
FYI, I just added a pickle_dict microbenchmark to perf.py. Using this
new microbenchmark, I see these results (perf.py -r -b pickle_dict):
pickle_dict:
Min: 2.092 -> 1.341: 56.04% faster
Avg: 2.126 -> 1.360: 56.37% faster
Significant (t=216.895643, a=0.95)
I still need to address the comment about pickling empty dicts. |
|
| Date |
User |
Action |
Args |
| 2009-04-03 21:22:10 | collinwinter | set | recipients:
+ collinwinter, amaury.forgeotdarc, pitrou, alexandre.vassalotti |
| 2009-04-03 21:22:09 | collinwinter | set | messageid: <[email protected]> |
| 2009-04-03 21:22:08 | collinwinter | link | issue5670 messages |
| 2009-04-03 21:22:08 | collinwinter | create | |
|