|
|
|
|
|
by iskander
1092 days ago
|
|
>My point of view is that anyone who wants to write multithreaded code, shouldn't be trusted to. Making it easier for people to justify this kind of footgun is a problem. Out of curiosity, have you done any Rust programming and used Rayon? It's hard to convey how easy and impactful multi-threading can be if properly enclosed in a safe abstraction. |
|
It's hard to convey how difficult it would be to retrofit python to be able to truly "enclose multithreading in a safe abstraction".