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 multiks2200
Recipients multiks2200, rhettinger
Date 2021-04-23.13:26:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1619184387.26.0.991424933043.issue43911@roundup.psfhosted.org>
In-reply-to
Content
Also compared this library to deque, and Queues based on this:

https://github.com/kata198/python-cllist

It seems to be as fast as deque, uses a bit more memory at the top usage, but does not leak at all.
History
Date User Action Args
2021-04-23 13:26:27multiks2200setrecipients: + multiks2200, rhettinger
2021-04-23 13:26:27multiks2200setmessageid: <1619184387.26.0.991424933043.issue43911@roundup.psfhosted.org>
2021-04-23 13:26:27multiks2200linkissue43911 messages
2021-04-23 13:26:27multiks2200create