Y
Hacker News
new
|
ask
|
show
|
jobs
by
lmorris84
2984 days ago
I wrote a java port of the python counter many moons ago [1]. Will have to resurrect it!
[1]
https://github.com/leemorrisdev/foundationcounter
1 comments
voidmain
2984 days ago
It should probably be pointed out that atomic increment is in most situations a more efficient solution for high contention counters in modern FDB.
link
lmorris84
2984 days ago
Ah I don’t believe that was available last time I used it - I’ll check it out thanks!
link