-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
Description
Currently, we have some bottlenecks in the implementation:
-
PyArray_FromAnyseems to use significant time in the array creation process -
MatrixProduct2uses time in callingSk.builtin.func.tp$callindot_f -
PyArray_NewFromDescr_int
Maybe we can just set the prototype of our object and do not need to create a a new instance and pass in all the values as python objects that get remapped to js anyways.