How IO Lists help Elixir and Phoenix be fast
IO Lists are often just nested lists of strings. But these simple-seeming structures are one of the secrets of efficient IO in Elixir and simple, fast template rendering in Phoenix.
I’ve explained how in two posts on the Big Nerd Ranch blog:
Read next Anatomy of an Elixir Process