260
xkcd #2934: Bloom Filter
(imgs.xkcd.com)
A community for a webcomic of romance, sarcasm, math, and language.
There's a recent algorithm using somewhat similar ideas for approximate counting of unique objects in a stream with constant memory:
https://www.quantamagazine.org/computer-scientists-invent-an-efficient-new-way-to-count-20240516/
I think I like hash-based probabilistic counting better, but this is interesting