You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20-7Lines changed: 20 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,27 @@
2
2
3
3
Make multi-threaded concurrency backward- and forward-compatible for the free-threaded future of Python.
4
4
5
-
|Interpreter |Threading |Duration|
5
+
6
+
### Multi-Threading In and Out of Free-Threading
7
+
8
+
The following is a table of performance results for the execution of a function across each row of NumPy array, with `python3.14t` and `python3.14`, and with and without using a `ThreadPoolExecutor`. Performance improves with `python3.14t` but degrades with `python3.14`.
0 commit comments