-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Description
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!!
Metadata
Metadata
Assignees
Labels
No labels