Remix.run Logo
rkagerer 6 days ago

This article ends too soon! Show me the techniques and solutions those clever programmers of old came up with. Did I miss a link somewhere to subsequent posts?

ethan_smith 5 days ago | parent | next [-]

Early spellcheckers often used Bloom filters to efficiently store dictionaries in minimal memory - a probabilistic data structure that could determine if a word was "definitely not" or "possibly" in the dictionary using just a few bits per word.

canucker2016 5 days ago | parent | prev [-]

see https://news.ycombinator.com/item?id=44880979

rkagerer 5 days ago | parent [-]

Thanks!