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

CLN: derivation of nogil param #29047

Merged
merged 3 commits into from
Oct 18, 2019
Merged

Conversation

jbrockmendel
Copy link
Member

This moves the nogil parameter of in the template from being hard-coded to being derived from the other parameters.

This changes the parameter value on line 18 (int8/int8) which currently has nogil=False which I think is incorrect.

@jreback
Copy link
Contributor

jreback commented Oct 18, 2019

any perf changes? (would expect +)?

@jreback jreback added the Performance Memory or execution speed performance label Oct 18, 2019
@jbrockmendel
Copy link
Member Author

any perf changes? (would expect +)?

I'll do some timeit checks, but I dont expect much. Only int8/int8 cases should be affected

@jbrockmendel
Copy link
Member Author

Still poking a timeit, but so far looks indistinguishable

@jreback jreback added this to the 1.0 milestone Oct 18, 2019
@jreback jreback merged commit f556a71 into pandas-dev:master Oct 18, 2019
@jreback
Copy link
Contributor

jreback commented Oct 18, 2019

cool thanks

@jbrockmendel jbrockmendel deleted the lessgil branch October 18, 2019 17:35
HawkinsBA pushed a commit to HawkinsBA/pandas that referenced this pull request Oct 29, 2019
proost pushed a commit to proost/pandas that referenced this pull request Dec 19, 2019
proost pushed a commit to proost/pandas that referenced this pull request Dec 19, 2019
bongolegend pushed a commit to bongolegend/pandas that referenced this pull request Jan 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Performance Memory or execution speed performance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants