Skip to content

PERF: Groupby.any/all object dtype #43675

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 2 commits into from
Sep 21, 2021
Merged

Conversation

jbrockmendel
Copy link
Member

from asv_bench.benchmarks.groupby import *
self = GroupByMethods()
self.setup("object", "any", "direct", 10)
 

%timeit self.time_dtype_as_field("object", "any", "direct", 10)
1.12 ms ± 60.7 µs per loop (mean ± std. dev. of 7 runs, 1000 loops each)  # <- PR
11.4 ms ± 49.8 µs per loop (mean ± std. dev. of 7 runs, 100 loops each)   # <- master

@jreback jreback added Groupby Performance Memory or execution speed performance labels Sep 21, 2021
@jreback jreback added this to the 1.4 milestone Sep 21, 2021
@jreback jreback merged commit 23f5ce1 into pandas-dev:master Sep 21, 2021
@jreback
Copy link
Contributor

jreback commented Sep 21, 2021

nice!

@jbrockmendel jbrockmendel deleted the perf-gb branch September 21, 2021 14:50
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