Skip to content
TILens What matters today in tech
Theme

Topic · Edition

Python

2 items on 20 May 2026
Python

TIL #145 – collections.deque is implemented in blocks

Today I learned that collections.deque is implemented as a doubly-linked list of blocks. collections.deque I've written about the data structure deque from the module collections extensively. In particular, I wrote a…

Source: mathspp