|
|
|
|
|
by rurban
1162 days ago
|
|
Also the BEAM bytecode compiler and runtime are incredibly slow and unoptimized. It doesn't matter much for process handling and IO dominant workloads, but you would not want to run it with normal tasks. An AOT compiler with better optimizations will run circles around BEAM on benchmarks. |
|