Consider extending hashtable-free indexing algorithms for large sorted indexes #14273
Labels
Indexing
Related to indexing on series/frames, not to indexes themselves
Performance
Memory or execution speed performance
See discussion in #14266.
IndexEngine.get_loc
currently does lookups without building a hash table for large indices, as doesDatetimeEngine.__contains__
.get_indexer
, however, still always populates a table, as does__contains__
on non-datetime indices.The text was updated successfully, but these errors were encountered: