[Python-ideas] INSANE FLOAT PERFORMANCE!!!
Elliot Gorokhovsky
elliot.gorokhovsky at gmail.com
Wed Oct 12 17:26:28 EDT 2016
More information about the Python-ideas mailing list
Wed Oct 12 17:26:28 EDT 2016
- Previous message (by thread): [Python-ideas] INSANE FLOAT PERFORMANCE!!!
- Next message (by thread): [Python-ideas] INSANE FLOAT PERFORMANCE!!!
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Tue, Oct 11, 2016 at 9:56 PM Nick Coghlan <ncoghlan at gmail.com> wrote: > Once you get to the point of being able to do performance mentions on > a CPython build with a modified list.sort() implementation, you'll > want to take a look at the modern benchmark suite in > https://github.com/python/performance > Yup, that's the plan. I'm going to implement optimized compares for tuples, then implement this as a CPython build, and then run benchmark suites and write some rigorous benchmarks using perf/timeit. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-ideas/attachments/20161012/ba5b1d49/attachment.html>
- Previous message (by thread): [Python-ideas] INSANE FLOAT PERFORMANCE!!!
- Next message (by thread): [Python-ideas] INSANE FLOAT PERFORMANCE!!!
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-ideas mailing list