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: fixed int64 indexing perf issue when conversion to int64 #3327

Merged
merged 1 commit into from
Apr 12, 2013

Conversation

jreback
Copy link
Contributor

@jreback jreback commented Apr 12, 2013

fixes an issue I when using non-int64 Int64Indexes (which is very rare) anyhow

-------------------------------------------------------------------------------
Test name                                    | head[ms] | base[ms] |  ratio   |
-------------------------------------------------------------------------------
timeseries_large_lookup_value                |   0.0213 |   2.5117 |   0.0085 |
Ratio < 1.0 means the target commit is faster then the baseline.
Seed used: 1234

Target [0933ba3] : PERF: fixed int64 indexing perf issue when conversion to int64
Base   [8f92d9a] : Merge PR #2881 and fix unit test

@jreback
Copy link
Contributor Author

jreback commented Apr 12, 2013

fixes this bench in #3326, I think was introduced in #3322

jreback added a commit that referenced this pull request Apr 12, 2013
PERF: fixed int64 indexing perf issue when conversion to int64
@jreback jreback merged commit df2c21c 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