6 ms·
I love Rust elixir Nifs. Gives you the best of both worlds to be honest. Highly fault tolerant code with fast computation. Only downside is that it can't rea
by abeltensor 4y ago
I love Rust elixir Nifs. Gives you the best of both worlds to be honest. Highly fault tolerant code with fast computation. Only downside is that it can't really handle extreme crashes like a native process can.
- wut42 4y agoErlang/Elixir + Rust is an awesome couple. For the downside you mentioned, depending on the use case, it could be interesting to use Rust as a node: https://github.com/sile/erl_dist https://github.com/sile/erl_dist
- abeltensor 4y agoVery nice. Nodes are great if you want a long running system along side your elixir app.