Skip to content

PERF: GroupBy.cumsum #43309

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
Aug 30, 2021
Merged

PERF: GroupBy.cumsum #43309

merged 1 commit into from
Aug 30, 2021

Conversation

jbrockmendel
Copy link
Member

from asv_bench.benchmarks.groupby import *
self = GroupByMethods()
self.setup('int', 'cumsum', 'transformation', 2)

%timeit self.time_dtype_as_group('int', 'cumsum', 'transformation', 2)
128 µs ± 7.81 µs per loop (mean ± std. dev. of 7 runs, 10000 loops each)  # <- master
99.7 µs ± 1.13 µs per loop (mean ± std. dev. of 7 runs, 10000 loops each)  # <- PR

@jreback jreback added Groupby Performance Memory or execution speed performance labels Aug 30, 2021
@jreback jreback added this to the 1.4 milestone Aug 30, 2021
@jreback jreback merged commit 08b1009 into pandas-dev:master Aug 30, 2021
@jbrockmendel jbrockmendel deleted the perf-combine branch August 30, 2021 21:54
feefladder pushed a commit to feefladder/pandas that referenced this pull request Sep 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Groupby Performance Memory or execution speed performance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants