| ▲ | amelius an hour ago | |
Still hoping for a company to agentically port the python ecosystem to GIL-free python. | ||
| ▲ | rienbdj an hour ago | parent | next [-] | |
If runtime performance is the goal it’s easier to port the required libraries to another language at this point. | ||
| ▲ | andrewstuart an hour ago | parent | prev [-] | |
I did a lot of benchmarking of Gil free python. Greenlets were much faster. Gil free python gets stuck on all sorts of python locks. It’s slow. | ||