Skip to content

Add AtomicKeyedCounter #59

Description

@dpdani

It is possible to provide a specialized version of AtomicDict that always holds integer values. In this case it is possible to implement most use-cases of collections.Counter with additional thread-safety guarantees.

It should also be possible to provide better performance, maybe by using AtomicIntCounters as values?
It doesn't have to provide performance benefits in the first iteration if it already provides more safety guarantees.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions