Back to News
Advertisement
Advertisement

⚑ Community Insights

Discussion Sentiment

100% Positive

Analyzed from 51 words in the discussion.

Trending Topics

#counters#atomics#last#checked#fully#implemented#seems#theres#another#internal

Discussion (2 Comments)Read Original on HackerNews

dnauticsβ€’about 3 hours ago
hm, last i checked counters were fully implemented as atomics, it seems now theres another internal bif for "write concurrency", is this new or was it always like this and did i just miss it?
filmorβ€’about 2 hours ago
Already existed when it was first merged: https://github.com/erlang/otp/commit/fefb5d039e87ff7137e78b3...

Atomics were introduced a while before `counters`, maybe you remember a custom implementation on top of that?