This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author njs
Recipients josh.r, jtaylor, neologix, njs, pitrou, skrah, vstinner
Date 2014-04-28.23:33:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1398727985.63.0.779990467682.issue21233@psf.upfronthosting.co.za>
In-reply-to
Content
> It would be interesting to see some NumPy benchmarks (Nathaniel?).

What is it you want to see? NumPy already uses calloc; we benchmarked it when we added it and it made a huge difference to various realistic workloads :-). What NumPy gets out of this isn't calloc, it's access to tracemalloc.
History
Date User Action Args
2014-04-28 23:33:05njssetrecipients: + njs, pitrou, vstinner, skrah, neologix, jtaylor, josh.r
2014-04-28 23:33:05njssetmessageid: <1398727985.63.0.779990467682.issue21233@psf.upfronthosting.co.za>
2014-04-28 23:33:05njslinkissue21233 messages
2014-04-28 23:33:04njscreate