ekmett / guanxi

Relational programming in Haskell. Mostly developed on twitch.
http://twitch.tv/ekmett
Other
253 stars 29 forks source link

How far from OS parallelism? #21

Open np opened 1 year ago

np commented 1 year ago

Hello there,

As I understand it this instance https://github.com/ekmett/guanxi/blob/e267f4210a9c10d0091371ea9b028b7d6fa8b9f3/src/Par/Cont.hs implements parallelism with a form of green threads namely not using the underlying OS/RTS threads.

How difficult would it be take advantage of machine parallelism?