The power and ease of working on multiple processes with elixir
|

The power and ease of working on multiple processes with elixir

Writer: William Freire, Backend Engineer One of Elixir’s key features is the idea of packaging code into small chunks that can be run independently and concurrently. If you’ve come from a conventional programming language, this may worry you. Concurrent programming is known to be difficult, and there’s a performance penalty to pay when you create…