Skip to content
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

ENH: implement efficient sorting methods for SparseArray (argsort/argmin/argmax) #34197

Closed
jorisvandenbossche opened this issue May 15, 2020 · 0 comments · Fixed by #47779
Closed
Labels
Enhancement Performance Memory or execution speed performance Sparse Sparse Data Type

Comments

@jorisvandenbossche
Copy link
Member

xref #27801 (comment)

SparseArray currently does not implement _values_for_argsort or argsort/argmin/argmax` itself, which means it is using the base implementation, which converts the sparse array to a dense numpy array. Room for improvements thus.

@jorisvandenbossche jorisvandenbossche added this to the Contributions Welcome milestone May 15, 2020
@jbrockmendel jbrockmendel added the Performance Memory or execution speed performance label Dec 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement Performance Memory or execution speed performance Sparse Sparse Data Type
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants