[Python-ideas] Re: Python Shared Objects

2021-10-28 Thread byko3y
>This looks interesting. The 32-bit limitation is a bit of a bummer, but I suppose that can be lifted, right ? Right. Already lifted. I wasn't actually realizing that installing additional python version could cause people so much trouble. >Here's an old project trying to do more or less the same

[Python-ideas] Python Shared Objects

2021-10-25 Thread byko3y
prototype to show: https://github.com/byko3y/python-shared-objects It's a kind of software transactional memory within shared memory. It has a basic support for fundamental python types (bool, int, str, bytes, tuple, list, dict, object), for both atomic and non-atomic transactions via fine-grain