py-atomiclong (python/py-atomiclong) Add to my watchlist
increment numbers, atomically, in pythonSometimes 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
13 build(s) found
Builder | Build Number | Start Time | Elapsed Time | Watcher | Build Status |
---|---|---|---|---|---|
13 | 11178 | 2023-01-08 2:35:18 | 0:00:37 | 1625 | build successful |
12.arm64 | 20422 | 2021-11-18 21:42:15 | 0:00:29 | 1298 | build successful |
11 | 13364 | 2021-01-10 6:30:05 | 0:03:57 | 1785 | build successful |
10.12 | 127994 | 2020-10-04 14:30:49 | 0:01:45 | 37248 | build successful |
10.14 | 68493 | 2020-10-04 3:07:34 | 0:03:19 | 19933 | build successful |
10.15 | 39487 | 2020-10-04 2:37:16 | 0:02:22 | 9486 | build successful |
10.13 | 92570 | 2020-10-04 2:36:34 | 0:02:05 | 29207 | build successful |
10.10 | 124329 | 2020-10-04 2:35:48 | 0:02:02 | 38306 | build successful |
10.11 | 122708 | 2020-10-04 2:35:19 | 0:02:15 | 38250 | build successful |
10.6.x86_64 | 35698 | 2020-10-04 2:34:33 | 0:01:40 | 10699 | build successful |
10.8 | 26746 | 2020-10-04 2:33:43 | 0:01:52 | 8553 | build successful |
10.7 | 31814 | 2020-10-04 2:30:28 | 0:01:44 | 10688 | build successful |
10.9 | 127897 | 2020-10-04 2:24:31 | 0:01:19 | 38257 | build successful |