On 28 October 2011 21:55, Robert Bradshaw <rober...@math.washington.edu> wrote:
> With Mark's fused types and memory views going in, I think it's about
> time for a new release. Thoughts? Anyone want to volunteer to take up
> the process?
>
> - Robert
> _______________________________________________
> cython-devel mailing list
> cython-devel@python.org
> http://mail.python.org/mailman/listinfo/cython-devel
>

That'd be cool. However there are a few outstanding issues:
    a) the compiler is somewhat slower (possible solution: lazy utility codes)
    b) there's a potential memory leak problem for memoryviews with
object dtype that contain themselves, this still needs investigation.

As for a), Stefan mentioned code spending a lot of time in sub.
Stefan, could you post the code for this that made Cython compile very
slowly?
_______________________________________________
cython-devel mailing list
cython-devel@python.org
http://mail.python.org/mailman/listinfo/cython-devel

Reply via email to