this post was submitted on 17 Jan 2022
2 points (100.0% liked)
Emacs
2310 readers
3 users here now
Our infinitely powerful editor.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Probably the direction will be for more packages to use threads.
They currently don't run in parallel — they're just sugar over the existing cooperative multitasking model — but hopefully they'll get that ability in the future.
Does Emacs have a global interpreter lock similar to Python?
The interpreter is completely single-threaded, so there's nothing to have a lock over.