|
|
|
|
|
by liuliu
106 days ago
|
|
> It'd be nice if Python std lib had more thread safe primitives/structures (compared to something like Java where there's tons of thread safe data structures) Hence why basic Python structures under free-threaded Python are all thread-safe structures, and explains why they are slower than GIL-variant. |
|