LeeCampbell / HdrHistogram.NET

Port of the HdrHistorgram to .NET/C#
Other
18 stars 3 forks source link

Create an IHistogram interface #63

Closed LeeCampbell closed 7 years ago

LeeCampbell commented 8 years ago

Create an IHistogram interface that the implementation all implement. Then consumers can more easily replace entire implementations for testing, or even to just turn off (rotate with a NullImplementation).

LeeCampbell commented 7 years ago

Was effectively closed by https://github.com/HdrHistogram/HdrHistogram.NET/issues/16