Elixir and IO Lists in Phoenix
https://www.bignerdranch.com/blog/elixir-and-io-lists-part-2-io-lists-in-phoenix/ [www.bignerdranch.com]
2016-11-03 07:30
Great observation about web templates having lots of static parts. Concatenating static strings with dynamic strings creates lots more dynamic strings which need to collected or freed, but making a list of strings preempts all that work.