[Python-Dev] Memory benchmarking? (original) (raw)
Titus Brown titus at caltech.edu
Thu Nov 29 11:52:50 CET 2007
- Previous message: [Python-Dev] PATCH: Fast globals/builtins lookups for 2.6
- Next message: [Python-Dev] Memory benchmarking?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi all,
is there a good, or standard memory benchmarking system for Python? pybench doesn't return significantly different results when Python 2.6 is compiled with pymalloc and without pymalloc. Thinking on it, I'm not too surprised -- pybench probably benchmarks a lot of stuff -- but some guidance on how/whether to benchmark different memory allocation schemes would be welcome.
thanks, --titus
refs:
http://evanjones.ca/memoryallocator/
http://www.advogato.org/person/wingo/diary/225.html
- Previous message: [Python-Dev] PATCH: Fast globals/builtins lookups for 2.6
- Next message: [Python-Dev] Memory benchmarking?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]