learnbyexample@programming.dev to Python@programming.devEnglish · 1 year agoWhy and How Does Python Use Bloom Filters in String Processing?codeconfessions.substack.comexternal-linkmessage-square1fedilinkarrow-up118arrow-down10
arrow-up118arrow-down1external-linkWhy and How Does Python Use Bloom Filters in String Processing?codeconfessions.substack.comlearnbyexample@programming.dev to Python@programming.devEnglish · 1 year agomessage-square1fedilink
minus-squareqwop@programming.devlinkfedilinkarrow-up3·1 year agoThe article says that CPython represents strings as UTF-8 encoded, which is not correct. The details about how it works are correct, just that’s not UTF-8. That’s just a minor point though, nice article.
The article says that CPython represents strings as UTF-8 encoded, which is not correct. The details about how it works are correct, just that’s not UTF-8.
That’s just a minor point though, nice article.