You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starting with 3.13, we should test rustworkx with https://py-free-threading.github.io/ to make sure it at least work with a single-thread setting. I don't think we should make our data structures thread-safe (that is a lot of overhead).
Of course this will heavily depend on PyO3 and their API offerings. But so far they have made progress on removing the GIL
The text was updated successfully, but these errors were encountered:
What is the expected enhancement?
Starting with 3.13, we should test
rustworkx
with https://py-free-threading.github.io/ to make sure it at least work with a single-thread setting. I don't think we should make our data structures thread-safe (that is a lot of overhead).Of course this will heavily depend on PyO3 and their API offerings. But so far they have made progress on removing the GIL
The text was updated successfully, but these errors were encountered: