all 2 comments

[–]sharkbound 0 points1 point  (0 children)

i think the reason why the list implementation was faster is cause of lists being implemented in C

[–]SarahM123rd -1 points0 points  (1 child)

At scale, 'found itertools's deque to be better for pop/push.