|
|
|
|
|
by brightball
1495 days ago
|
|
BEAM is never going to win for straight line speed. This is going to be an improvement for a language optimized for resilience, concurrency and consistency. Running millions of concurrent processes, with their own heap, with consistent response times that individually tolerate failure without negatively affecting the entire system is just a different animal with a different set of trade offs. You’re trading some speed for those benefits. |
|