|
|
|
|
|
by verttii
2560 days ago
|
|
yeah each individual process has low resource allocation. There could be millions running on the same box so that makes sense. Luckily, computational parallelization is not a big challenge with new libraries such as:
https://github.com/plataformatec/flow However, immutability might still become a challenge in terms of resources/performance. Rust is often used to patch that with Erlang's NIF. |
|