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
Read next A Tweak to Phoenix Contexts