Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

histogram: add subtract operation for sparse histograms #115

Merged
merged 1 commit into from
Jun 3, 2024

Conversation

mihirn
Copy link
Contributor

@mihirn mihirn commented Jun 3, 2024

Allow a histogram to be subtracted from another, as long as it
is a proper subset of the other histogram. This is a diff operation
and allows delta histograms to be extracted from free-running ones.

Allow a histogram to be subtracted from another, as long as it
is a proper subset of the other histogram. This is a diff operation
and allows delta histograms to be extracted from free-running ones.
@mihirn mihirn requested a review from brayniac June 3, 2024 20:16
@mihirn mihirn merged commit 8e41e0d into pelikan-io:main Jun 3, 2024
15 checks passed
@mihirn mihirn deleted the msn/hist_diff branch June 3, 2024 21:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants