the difference between the for comprehension and Enum.each - goodcode A Tweak to Phoenix Contexts

Benchmarking ++ vs | for list concatenation

Ever wondered just how much slower ++ is versus the cons operator (|) for adding together lists? It’s probably worse than you thought!

https://github.com/devonestes/fast-elixir#combining-lists-with–vs–code