Skip to content

PERF: obj_with_exclusions #43760

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
Sep 27, 2021

Conversation

jbrockmendel
Copy link
Member

from asv_bench.benchmarks.groupby import *
self = Cumulative()
self.setup("int64", "cumsum")

%timeit self.setup("int64", "cumsum"); self.time_frame_transform("int64", "cumsum")
107 ms ± 7.57 ms per loop (mean ± std. dev. of 7 runs, 10 loops each)  # <- master
74.6 ms ± 2.04 ms per loop (mean ± std. dev. of 7 runs, 10 loops each)  # <- PR

@jreback jreback added this to the 1.4 milestone Sep 27, 2021
@jreback jreback added Performance Memory or execution speed performance Refactor Internal refactoring of code Reshaping Concat, Merge/Join, Stack/Unstack, Explode labels Sep 27, 2021
@jreback jreback merged commit 37d991c into pandas-dev:master Sep 27, 2021
@jbrockmendel jbrockmendel deleted the perf-obj_with_exclusions branch September 28, 2021 14:49
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 Refactor Internal refactoring of code Reshaping Concat, Merge/Join, Stack/Unstack, Explode
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants