|
|
|
|
|
by hansonkd
767 days ago
|
|
TBH part of the BEAM runtime is actually pretty slow. is the problem. * Want something flexible and easy and don't care about performance? Use Python
* Care about performance? Use Rust, etc.
Just because it is distributed cloud native doesn't mean for single requests or functions it is fast.Almost all SaaS applications are request based and do not need P2P or real time communication. BEAM is worse here. If a company does need that they can specialize that part of their application. |
|
To each their own, I suppose.