Y
Hacker News
new
|
ask
|
show
|
jobs
by
callamdelaney
243 days ago
Python gets more bloated weekly in my view.
1 comments
nine_k
242 days ago
Removing
something, e.g. removing GIL, is usually the opposite of bloat.
link
ViscountPenguin
242 days ago
Removing the GIL really amounts to adding a bunch of concurrency code all over th cPython codebase. It kind of sucks tbh.
link