You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are many places in the code like, finding an intersection of the tangent with the curve etc. In other words, there are many functions whose variables make use of fixed specific datatypes (mostly int). I feel that Cythonizing these functions would improve the performance.
Maybe tackle this after we have benchmarks for the library.
How can it be fixed
Make the suitable functions as cython functions.
The text was updated successfully, but these errors were encountered:
What is wrong?
There are many places in the code like,
finding an intersection of the tangent with the curve
etc. In other words, there are many functions whose variables make use of fixed specific datatypes (mostlyint
). I feel thatCythonizing
these functions would improve the performance.Maybe tackle this after we have benchmarks for the library.
How can it be fixed
Make the suitable functions as
cython functions
.The text was updated successfully, but these errors were encountered: