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
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