Hacker News new | ask | show | jobs
by YeBanKo 1042 days ago
To take advantage of NoGIL you don’t necessarily need to use parallelism directly. But let’s say your web server or async task executor can be more efficient at sharing context between threads.