[Numpy-discussion] Speeding up __array_function__ by moving to C (interest in pushing that forward?)

2021-12-08 Thread Sebastian Berg
Hi all, is anyone interested in digging into speeding up __array_function__? I distracted myself briefly looking into moving (more) of it to C and got up with this: https://github.com/numpy/numpy/compare/main...seberg:faster-array-function The effect seems to be an up to 40% speed improvement f

[Numpy-discussion] Re: Speeding up __array_function__ by moving to C (interest in pushing that forward?)

2021-12-08 Thread Rohit Goswami
This seems fun. I should have some time for a few weeks after the 20th (Uni vacation) if no one else takes it up by then. — Rohit On 8 Dec 2021, at 15:55, Sebastian Berg wrote: > Hi all, > > is anyone interested in digging into speeding up __array_function__? I > distracted myself briefly looki