SMLFamily / Successor-ML

A version of the 1997 SML definition with corrections and some proposed Successor ML features added.
193 stars 10 forks source link

Lightweight threads that can use all CPU cores #43

Open DemiMarie opened 4 years ago

DemiMarie commented 4 years ago

It would be nice if Successor ML implementations supported lightweight, user-level threads that are multiplexed on top of OS-level threads, as is done by GHC and Go. This allows for simple, highly-performant concurrent code.