Skip to content

improved daytimes conversion performance in period.c #5204

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

Merged
merged 1 commit into from
Oct 13, 2013
Merged

improved daytimes conversion performance in period.c #5204

merged 1 commit into from
Oct 13, 2013

Conversation

wuan
Copy link
Contributor

@wuan wuan commented Oct 13, 2013

Especially when using repeated conversion with period_asfreq_arr of tslib the code introduced with #3060 was about two to three times slower than before.

This PR improves the performance issues by moving global calculations out of the loop.

@jreback jreback mentioned this pull request Oct 13, 2013
13 tasks
@jreback jreback merged commit 86c7e48 into pandas-dev:master Oct 13, 2013
@jreback
Copy link
Contributor

jreback commented Oct 13, 2013

thanks!

@wuan wuan deleted the c_inline branch January 12, 2014 07:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants