lavalamp- / ipv666

Golang IPv6 address enumeration
BSD 2-Clause "Simplified" License
356 stars 50 forks source link

Replace bloom filter with address tree #101

Closed lavalamp- closed 5 years ago

lavalamp- commented 5 years ago

With the new address tree data structure we might be able to get rid of the bloom filter (given the compact representation of IP addresses)

lavalamp- commented 5 years ago

Turns out it ain't so compact. Nahhhh

ip-rw commented 1 year ago

:) been there.

bloom/cuckoo filters are super cool frankly.