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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions