-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Alexei Sholik edited this page May 27, 2013
·
38 revisions
In short: data processing, network related tasks (from raw sockets to web servers and frameworks).
Elixir will most likely show worse performance compared to a compiled imperative language when performing a strictly sequential (CPU) or uniformly parallel (GPU) computation. However, there are lots of use-cases where Erlang's concurrency features (that Elixir takes full advantage of) might be put to good use in mathematical computation contexts.
Here are a few resources on the subject that describe technical computing in Erlang (applies to Elixir as well).