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

It should probably be pointed out that atomic increment is in most situations a more efficient solution for high contention counters in modern FDB.
Ah I don’t believe that was available last time I used it - I’ll check it out thanks!