Y
Hacker News
new
|
ask
|
show
|
jobs
by
dragonwriter
3255 days ago
IIRC, Erlang uses shared mutable state internally, though its not exposed, so it needs to lock around accesses to that, but this isn't equivalent to the Python GIL.