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

Create extreme packages #50

Open
LeeCampbell opened this issue Jan 15, 2017 · 0 comments
Open

Create extreme packages #50

LeeCampbell opened this issue Jan 15, 2017 · 0 comments

Comments

@LeeCampbell
Copy link
Collaborator

Create extreme packages that are designed for extreme performance cases

  • only have a single implementation of a histogram defined
  • remove the base class
  • only implement the interface
  • sealed class with no inheritance
  • x64 and x86 (32bit) releases.
  • no support for synchronization.

e.g. HdrHistogramLongx64.nupkg, HdrHistogramIntx64.nupkg, HdrHistogramShortx86.nupkg

Test to see if they provide significant improvements in

  • footprint (dll/nuget package)
  • throughput

These would be targets for either .NET platforms requiring extreme throughput (MMOG, Trading, etc), or that require very small footprint (UWA, RasberryPi, etc)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant