mirror of
https://github.com/python/cpython.git
synced 2026-05-25 20:02:08 +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 | ||