Ruby: Do not use += in loops

Hi, My motivation for writing this blog post is to have one simple place where I can point everybody using += in a loop. I will describe here why it can kill the performance of any application or library and will also show some measurement to demonstrate it. Let’s start with practical measurement. I created …]

More…