-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
PERF: Float64Index to use Float hashtable backend #6471
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
Comments
@jreback can I take this or do u already have something worked up? |
go for it! its very close....I just didn't have time to debug it....most of the code was already there from @wesm originally |
Cool Ill take a look |
@cpcloud any progress on this? |
Yep ... should be able to put up a WIP PR this weekend |
gr8 thanks |
|
nope that's why you can lookup object dtyped floats/nan pretty easiky |
@cpcloud coming along? |
Yep coming along. Couple of errors left to go. Mostly just renaming and keeping those refs to nan locs around. |
gr8 |
https://groups.google.com/forum/m/#!topic/pydata/zUxl7rOHVNY
Currently
Float64Index
uses theObject
back-end for ease of implementation.See Here: https://github.com/pydata/pandas/blob/master/pandas/core/index.py#L1881
Float64Engine
- the cythob code needs fixin in order to make it work.The text was updated successfully, but these errors were encountered: