Package lastseen implements a last-seen sketch in Go.
Refer to our blog post for an explanation of how it works: https://www.vividcortex.com/blog/2015/07/10/probabilistic-sampling-sketch/.
We only accept pull requests for minor fixes or improvements. This includes:
- Small bug fixes
- Typos
- Documentation or comments
Please open issues to discuss new features. Pull requests for new features will be rejected, so we recommend forking the repository and making changes in your fork for your use case.
MIT (see LICENSE)