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

Start using HDR histograms instead of linear/power of two #40

Closed
hassila opened this issue Nov 15, 2022 · 0 comments · Fixed by #54
Closed

Start using HDR histograms instead of linear/power of two #40

hassila opened this issue Nov 15, 2022 · 0 comments · Fixed by #54

Comments

@hassila
Copy link
Contributor

hassila commented Nov 15, 2022

Should port to Swift and migrate to http://hdrhistogram.org - there's a c implementation that we can wrap up with a swift package. Would make sense - seems very neat!

@hassila hassila changed the title Start using HDR histograms instead Investigate using HDR histograms instead of linear/power of two Nov 15, 2022
@hassila hassila changed the title Investigate using HDR histograms instead of linear/power of two Start using HDR histograms instead of linear/power of two Feb 3, 2023
dimlio added a commit that referenced this issue Feb 13, 2023
## Description

This fixes #40

## How Has This Been Tested?

Please describe the tests that you ran to verify your changes. 

## Minimal checklist:

- [ ] I have performed a self-review of my own code 
- [ ] I have added `DocC` code-level documentation for any public
interfaces exported by the package
- [ ] I have added unit and/or integration tests that prove my fix is
effective or that my feature works
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

1 participant