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 SamUnimelb
Recipients SamUnimelb
Date 2020-11-10.03:36:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1604979368.73.0.815196542676.issue42301@roundup.psfhosted.org>
In-reply-to
Content
Github PR #23204:
For a given element in a heap, we can leverage the fact that we can
search this element quicker thinking of the property of a heap. Therefore
out of h.index(x) that a list linear search uses, I propose to use a special written index method to look for an index of a heap element.This issue has been proposed on Github (with my changes to heapq also put there). Open a discussion under suggestion of Karthikeyan Singaravelan (tirkarthi).
History
Date User Action Args
2020-11-10 03:36:08SamUnimelbsetrecipients: + SamUnimelb
2020-11-10 03:36:08SamUnimelbsetmessageid: <1604979368.73.0.815196542676.issue42301@roundup.psfhosted.org>
2020-11-10 03:36:08SamUnimelblinkissue42301 messages
2020-11-10 03:36:08SamUnimelbcreate