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

Performance and Memory footprint analysis #15

Open
toefel18 opened this issue Feb 21, 2016 · 0 comments
Open

Performance and Memory footprint analysis #15

toefel18 opened this issue Feb 21, 2016 · 0 comments
Labels

Comments

@toefel18
Copy link
Owner

ImmutableStatisticalDistribution.java is threadsafe but creates a new object for every added sample or duration. The objects are immutable and consist of primitive fields only, making it easier for the garbage collector to make assumptions. The impact on performance and memory was therefore assumed to be low. This issue tests that assumption and the tests should be re-used when implementing a mutable version of StatisticalDistribution.

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

No branches or pull requests

1 participant