[Python-ideas] Exploration PEP : Concurrency for moderately massive (4 to 32 cores) multi-core architectures

Adam Olsen rhamph at gmail.com
Fri Sep 21 07:33:02 CEST 2007


On 9/20/07, Matt Knox <mattknox_ca at hotmail.com> wrote:
> > Is 60-65% of normal CPython "a lot"?
> >
> > (I really should clean things up and post a patch...)
> >
>
> Is your implementation based on Python 3000/3.0? or Python 2.x? Regardless,
> I'd love to see it. How would you describe the changes to the C-api? Radical
> departure? Somewhat compatible? mostly compatible? No changes?

It's based of py3k.  I will post eventually (heh).  The C API is
mostly compatible (source wise only), notably excepting the various
threading things.

-- 
Adam Olsen, aka Rhamphoryncus



More information about the Python-ideas mailing list