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

Multiple bucket allocation #12

Open
alvaroalvarezvazquez opened this issue Mar 1, 2017 · 0 comments
Open

Multiple bucket allocation #12

alvaroalvarezvazquez opened this issue Mar 1, 2017 · 0 comments

Comments

@alvaroalvarezvazquez
Copy link

alvaroalvarezvazquez commented Mar 1, 2017

When I tried to work with multiple buckets, like:

Average ave1(10);
Average ave2(10);
Average ave3(10);

sometimes (not allways, 98% of time works correctly) when calling to ave2.get(9) it gets the ave1(1) value instead of the ave2(9) value... it seems to be a problem with the memory allocation of the buckets.
Have you experiencied that?
Is it easy to solve?

Thanks!!

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

No branches or pull requests

1 participant