Skip to content
This repository was archived by the owner on Apr 10, 2024. It is now read-only.

More careful management of hash table allocations #35

Open
wesm opened this issue Sep 29, 2016 · 1 comment
Open

More careful management of hash table allocations #35

wesm opened this issue Sep 29, 2016 · 1 comment

Comments

@wesm
Copy link
Owner

wesm commented Sep 29, 2016

per pandas-dev/pandas#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

@chris-b1
Copy link

chris-b1 commented Sep 29, 2016

xref pandas-dev/pandas#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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants