Simon Willison’s Weblog

Subscribe

Items tagged python, bloomfilters in 2023

Filters: Year: 2023 × python × bloomfilters × Sorted by date


How CPython Implements and Uses Bloom Filters for String Processing. Fascinating dive into Python string internals by Abhinav Upadhyay. It turns out CPython uses very simple bloom filters in several parts of the core string methods, to solve problems like splitting on newlines where there are actually eight codepoints that could represent a newline, and a tiny bloom filter can help filter a character in a single operation before performing all eight comparisons only if that first check failed. # 16th September 2023, 10:32 pm

Types

Years

Months

Tags