Skip to content

Conversation

jbrockmendel
Copy link
Member

from asv_bench.benchmarks.frame_ctor import *

self = FromArrays()
self.setup()

%timeit self.time_frame_from_arrays_int()
2.77 ms ± 129 µs per loop (mean ± std. dev. of 7 runs, 100 loops each)  # <- master
2.11 ms ± 57.6 µs per loop (mean ± std. dev. of 7 runs, 100 loops each)  # <- PR

@jreback jreback added Constructors Series/DataFrame/Index/pd.array Constructors Performance Memory or execution speed performance labels Aug 21, 2021
@jreback jreback added this to the 1.4 milestone Aug 21, 2021
@jreback jreback merged commit 51c4297 into pandas-dev:master Aug 21, 2021
@jbrockmendel jbrockmendel deleted the ref-check_sooner-2 branch August 21, 2021 01:12
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
Constructors Series/DataFrame/Index/pd.array Constructors Performance Memory or execution speed performance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants