py314-atomiclong (python/py-atomiclong) Updated: 2 days, 15 hours ago Add to my watchlist

increment numbers, atomically, in python

Sometimes you need to increment some numbers, atomically, in python. AtomicLong was born out of the need for fast thread-safe counters in python. It uses CFFI to bind GCC's Atomic Builtins. Its value is a C long which can be incremented, decremented, and set atomically. It is inspired by Java's java.util.concurrent.atomic.AtomicLong.

Version: 0.1.1 License: MIT GitHub
Displaying statistics for 1,239 users who made submissions during: until

Statistics for selected duration

2026-Jan-31 to 2026-Mar-02


No stats available for this selection.

Try changing the range of days. Alternatively visit statistics page to have an overall look at the submitted statistics.