You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
xref pandas-dev#13745
provides a modest speedup for all string hashing. The
key thing is, it will release the GIL on more operations where this is
possible (mainly factorize).
can be easily extended to value_counts() and .duplicated() (for strings)
Author: Jeff Reback <[email protected]>
Closespandas-dev#14859 from jreback/string and squashes the following commits:
98f46c2 [Jeff Reback] PERF: use StringHashTable for strings in factorizing
0 commit comments