-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
REF: Use more cython memoryviews #58271
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. No performance regressions right? I can't remember what the difference is between arrays / memoryviews but I vaguely recall a common attribute access that Cython would make a C-level access into a Python access when switching from arrays to memviews
19ceb2e
to
c5131ab
Compare
Running the ASVs locally show no performance impacts. |
* fix some cython 3 todos * Another memoryview * Add another memoryview * Use more memoryview * another memoryview * more memoryview syntax in groupby * Add a few more memoryviews * Use Py_ssize_t
Also addresses some
# TODO(cython3) comments