|
|
|
|
|
by cosmic_quanta
653 days ago
|
|
> A new programming model for distributed computing is desperately needed The article mentions actor-model frameworks like Akka. Is that not like Ray? At work we use and maintain something similar called Cloud Haskell (confusingly implemented in a package called distributed-process: https://github.com/haskell-distributed/distributed-process) and I have to say that using it is a breeze. |
|
[0] and it’s an oversimplification because while concurrency can reasoned about conceptually, parallelism implicates implementation realities around computation resources and data locality.