this post was submitted on 09 Jun 2023
1 points (100.0% liked)

Python

1913 readers
3 users here now

A community for talking about the Python programming language.

founded 1 year ago
MODERATORS
 

I was playing a bit with the nogil version of Python 3.12. In theory it should have large gains for multi threaded workloads (at the expense of single threaded workloads).

Has anyone given it a try?

https://github.com/colesbury/nogil-3.12

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here