Inside CPython's Clever Use of Bloom Filters for Efficient String Processing
An illustrated introduction to bloom filters—learn their implementation, and applications. Also, explore the Counting Bloom Filter extension!
A detailed examination of Python 3.12's internal changes featuring the concept of 'immortal' objects, for performance enhancements
An Extensive Walkthrough of Python’s Primary Memory Management Technique, Reference Counting
Decoding the Success of Gzip + KNN: The Central Role of LZ77