Skip to content

Multiple bucket allocation #12

@alvaroalvarezvazquez

Description

@alvaroalvarezvazquez

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions