|
|
|
|
|
by jjtheblunt
1244 days ago
|
|
Lightweight processes is explicitly not os threads in at least two senses: smaller footprint in memory, and no system call for every context switch. It’s explained in many documents about lightweight processes, of course for elixir/erlang/beam but also for Go and Crystal and even going back to Solaris Internals and modern Project Loom for upcoming JVM situations |
|