▲ | rurban 4 days ago | ||||||||||||||||
It isn't it a shame that the industry always falls for the liars? The pony model was also better for compute tasks, not just IO. Because it provided safe concurrency, 10x faster than go. | |||||||||||||||||
▲ | littlestymaar 4 days ago | parent [-] | ||||||||||||||||
No, the pony model isn't better for compute tasks… Think for instance about how you'd do efficient matrix multiplication of two matrices with a million row and column, in Pony, versus how it works in languages with shared memory. You'd spend a gigantic amount of time copying data for no good reason… | |||||||||||||||||
|