Re: [Cython] Speed of cython.compile

2011-09-20 Thread Stéfan van der Walt
On Tue, Sep 20, 2011 at 10:26 PM, Robert Bradshaw wrote: > OK, I just pushed a commit that should speed things up a lot. There's > still a lot of overhead in calling a @cython.compile method that could > be trimmed, but it's nowhere near as extreem as it used to be. Fantastic--it's much, much bet

Re: [Cython] Speed of cython.compile

2011-09-20 Thread Robert Bradshaw
On Tue, Sep 20, 2011 at 10:06 PM, Robert Bradshaw wrote: > On Tue, Sep 20, 2011 at 9:44 PM, Robert Bradshaw > wrote: >> 2011/9/19 Stéfan van der Walt : >>> Hi all, >>> >>> I only recently found out that the mailing list had shifted, so I hope >>> my message reaches you this time! >>> >>> On the c

Re: [Cython] Speed of cython.compile

2011-09-20 Thread Robert Bradshaw
On Tue, Sep 20, 2011 at 9:44 PM, Robert Bradshaw wrote: > 2011/9/19 Stéfan van der Walt : >> Hi all, >> >> I only recently found out that the mailing list had shifted, so I hope >> my message reaches you this time! >> >> On the current development version of Cython, the attached script >> makes Cy

Re: [Cython] Speed of cython.compile

2011-09-20 Thread Robert Bradshaw
2011/9/19 Stéfan van der Walt : > Hi all, > > I only recently found out that the mailing list had shifted, so I hope > my message reaches you this time! > > On the current development version of Cython, the attached script > makes Cython go into an infinite loop, but let's hope that's just on > my

[Cython] Speed of cython.compile

2011-09-19 Thread Stéfan van der Walt
Hi all, I only recently found out that the mailing list had shifted, so I hope my message reaches you this time! On the current development version of Cython, the attached script makes Cython go into an infinite loop, but let's hope that's just on my machine. Regards Stéfan -- Forwarded