When profiling and analyzing performance of an application, we sometimes ask ourselves questions like, "What if this method were faster?", "What would be the performance gain if we made this specific call 50% more efficient?", and "Is it worth doing?"
One way to tell that would be to optimize tha…