[Cython] aritmetic with arrays in Cython
Matěj Laitl
matej at laitl.cz
Thu Aug 7 09:58:03 CEST 2014
On Monday 04 of August 2014 13:11:13 Ian Henriksen wrote:
> Hi all,
> I noticed that some time ago there was a pull request (
> https://github.com/cython/cython/pull/144) open that was trying to
> implement basic arithmetic operations with arrays. This seems to have also
> been proposed in CEP 518 (
> https://github.com/cython/cython/wiki/enhancements-simd). What is the
> status on this?
>
> This is a feature I'd really like to see in Cython. I'd be happy to help
> with it, though I don't currently know enough about the internals of Cython
> to do it without some guidance. What would be the best way to do this? I've
> had three ideas thus far that might allow something like this to work, but
> I'd really like to get some second opinions before I get too far with any
> of them.
Hi,
you may also check out https://github.com/strohel/Ceygen if it would suit your
needs.
Cheers,
Matěj
More information about the cython-devel
mailing list