Y
Hacker News
new
|
ask
|
show
|
jobs
by
lmb
4615 days ago
I've used Bloom filters to implement simple breakpoints in an emulator. It makes sense since checking for membership happens every emulator step, and is essentially constant time with a bloom filter.