|
|
|
|
|
by cuu508
1134 days ago
|
|
A half-baked idea I had while reading the article was to use bloom filters: User visits the site. On the backend, check if their IP+UA is in the bloom filter or not. If not, increase the unique visitor counter and add them to the filter. Perhaps the filter would need to be preseeded with dummy data to protect the privacy of the first few visitors. |
|