mirror of https://github.com/python/cpython
00ea179879
These consist of a number of short snippets that help identify scaling bottlenecks in the free threaded interpreter. The current bottlenecks are in calling functions in benchmarks that call functions (due to `LOAD_ATTR` not yet using deferred reference counting) and when accessing thread-local data. |
||
---|---|---|
.. | ||
ftscalingbench.py |