mirror of
https://github.com/python/cpython.git
synced 2024-11-21 12:59:38 +01:00
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 |