queue.SimpleQueue() uses just a list in it's C implementation. deque wouuld be much faster. #120926
Labels
pending
The issue will be closed if no feedback is provided
performance
Performance or resource usage
type-feature
A feature request or enhancement
Feature or enhancement
Proposal:
deque is much faster for operations like appendleft() + popright() than just a list. C implementation uses list (array) instead of linked-list (deque)
Has this already been discussed elsewhere?
This is a minor feature, which does not need previous discussion elsewhere
Links to previous discussion of this feature:
No response
The text was updated successfully, but these errors were encountered: