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

PERF/CLN: infer Period in infer_dtype, later index inference is faster #3329

Merged
merged 1 commit into from
Apr 12, 2013

Conversation

jreback
Copy link
Contributor

@jreback jreback commented Apr 12, 2013

This was meant to fix the vbench: ctor_index_array_string

see #3326

not sure if this is that stable of a perf fix

-------------------------------------------------------------------------------
Test name                                    | head[ms] | base[ms] |  ratio   |
-------------------------------------------------------------------------------
frame_get_dtype_counts                       |   0.0960 |   0.1700 |   0.5647 |
frame_insert_500_columns                     |  87.8456 | 142.5257 |   0.6163 |
frame_iteritems_cached                       |   0.0820 |   0.1043 |   0.7860 |
stat_ops_level_frame_sum                     |   2.5051 |   2.8849 |   0.8683 |
ctor_index_array_string                      |   0.0333 |   0.0383 |   0.8693 |
stat_ops_level_series_sum_multiple           |   5.6090 |   6.4037 |   0.8759 |
frame_fancy_lookup                           |   2.7517 |   3.1263 |   0.8802 |

Target [f3b19d6] : PERF/CLN: infer Period in infer_dtype, later index inference is faster
Base   [df2c21c] : Merge pull request #3327 from jreback/index_perf

@jreback jreback merged this pull request into pandas-dev:master Apr 12, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant