mirror of
https://github.com/python/cpython.git
synced 2025-07-23 03:05:38 +00:00
![]() 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 |