pandas2 icon indicating copy to clipboard operation
pandas2 copied to clipboard

More careful management of hash table allocations

Open wesm opened this issue 8 years ago • 1 comments

per https://github.com/pydata/pandas/issues/4491

we may consider a fixed-size memory pool (which could be managed with an LRU stack) for hash table data to avoid excess internal index hash tables

wesm avatar Sep 29 '16 22:09 wesm

xref https://github.com/pydata/pandas/issues/14273 from @ssanderson - this particular case could still be improved in pandas 1.0, but a good example of where hash table size can be problematic.

chris-b1 avatar Sep 29 '16 23:09 chris-b1