hdrhistogram-swift
hdrhistogram-swift copied to clipboard
Swift port of HdrHistogram
## Description Addresses issue #13 Removes Foundation dependency by replacing with Darwin (macOS) or Glibc (Linux), and providing a custom `String(format:...)` constructor with one that is based on `vsnprintf`. Originally...
As suggested by Gil Tene - basically improves interop with any existing tools.
Would be nice if we could remove the Foundation dependency...
As suggested by Gil T. https://www.javadoc.io/static/org.hdrhistogram/HdrHistogram/2.1.12/org/HdrHistogram/Recorder.html
It'd be great to annotate the types with correct Sendable conformances.
1 dependency has changed: ~ swift-numerics 1.0.2 -> swift-numerics 1.0.3 Release notes URLs (updating from): https://github.com/apple/swift-numerics/releases (1.0.2)