[Python-3000] C API for ints and strings (original) (raw)
Guido van Rossum guido at python.org
Mon Sep 10 20:16:43 CEST 2007
- Previous message: [Python-3000] C API for ints and strings
- Next message: [Python-3000] C API for ints and strings
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 9/10/07, Nicholas Bastin <nick.bastin at gmail.com> wrote:
> > I did redo my benchmark using 200 as the increment number instead of > > 1, to duck any impact from the interning of small value ints in 2.6, > > and it made no discernible difference in the results. > > I'm sorry, I've lost context. I'm not at all clear at this point what > benchmark you might have ran.
I posted a tiny snippet of code earlier in the thread that was a sortof silly benchmark of integer math operations.
Can you report the exact code after all the changes you made, and the results that you are now comparing?
-- --Guido van Rossum (home page: http://www.python.org/~guido/)
- Previous message: [Python-3000] C API for ints and strings
- Next message: [Python-3000] C API for ints and strings
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]