[issue32846] Deletion of large sets of strings is extra slow

Inada Naoki report at bugs.python.org
Mon Mar 11 06:54:14 EDT 2019


Inada Naoki <songofacandy at gmail.com> added the comment:

I thought compact set implementation similar to dict sicne Python 3.6 may fix this issue.
But as discussion with Raymond on Python-Dev ML, I conclude the merits of compact implementation is not significant enough.
I abandoned compact set branch.

Now I don't have any idea to fix this issue in foreseeable future.
Please use dict instead.

----------
resolution:  -> wont fix
stage: needs patch -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32846>
_______________________________________


More information about the Python-bugs-list mailing list