atomics icon indicating copy to clipboard operation
atomics copied to clipboard

Lock-Free Atomics in Python

Results 6 atomics issues
Sort by recently updated
recently updated
newest added

![SPlayer-2023 12 12-13 16 14](https://github.com/doodspav/atomics/assets/2363295/61130eb6-1919-423c-9967-c692bb1e1118) $ pip install -U atomics Looking in indexes: https://mirrors.aliyun.com/pypi/simple/ Requirement already satisfied: atomics in d:\program\miniconda\lib\site-packages (1.0.2) Requirement already satisfied: cffi>=1.10 in d:\program\miniconda\lib\site-packages (from atomics) (1.15.1)...

Hi there. Could you provide a package for Android development ? In the development with Beeware "https://docs.beeware.org/en/latest/tutorial/tutorial-7.html" some packages must be available in the Chaquopy package repository "https://chaquo.com/pypi-7.0/". So it...

I'm working on an M1 and unfortunately the build wheel for arm64 is not provided. It would be awesome to provide it to a new release on pypi so that...

Hi, I am using your library to atomically store data in a shared memory buffer. This works fine when I store just a few bytes (for example I have a...

First of all many thanks for your great library. It's the only one I've found that can do atomic operations on a shared memory in Python. I'm using it for...

enhancement

I am getting the following stack trace and exception when running code with `Python -OO`: ``` ╭─────────────────────────────── Traceback (most recent call last) ────────────────────────────────╮ │ /home/ronny/Projects/py/UltraDict/./examples/parallel.py:37 in │ │ │ │...