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

Improve DataFrame multi-axis reindexing performance on homogeneous data #836

Closed
wesm opened this issue Feb 27, 2012 · 1 comment
Closed
Assignees
Milestone

Comments

@wesm
Copy link
Member

wesm commented Feb 27, 2012

Could reindex a float array in a single swipe instead of producing an intermediate copy. Currently very inefficient if the result object is small relative to the source object

@ghost ghost assigned changhiskhan May 5, 2012
changhiskhan pushed a commit that referenced this issue May 6, 2012
@ghost ghost assigned wesm May 8, 2012
wesm added a commit that referenced this issue May 8, 2012
@wesm wesm closed this as completed in a76ba84 May 8, 2012
@wesm
Copy link
Member Author

wesm commented May 8, 2012

@changhiskhan got this one licked, though it was quite a bit of pain and suffering. more kludge piling up in indexing.py unfortunately. at least there's vbenches for it now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants