This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients methane, rhettinger, serhiy.storchaka, vstinner, xiang.zhang
Date 2016-10-28.11:10:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1477653009.97.0.568774767454.issue28199@psf.upfronthosting.co.za>
In-reply-to
Content
What if split copying entries from inserting indices? First fill a continuous array of entries (could use memcpy if there were not deletions), then build a hashtable of continuous indices. Following patch implements this idea.
History
Date User Action Args
2016-10-28 11:10:10serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, vstinner, methane, xiang.zhang
2016-10-28 11:10:09serhiy.storchakasetmessageid: <1477653009.97.0.568774767454.issue28199@psf.upfronthosting.co.za>
2016-10-28 11:10:09serhiy.storchakalinkissue28199 messages
2016-10-28 11:10:09serhiy.storchakacreate