1. 13
  1.  

  2. 5

    This post is lacking benchmarks to show what benefits any of these tricks have on real code.

    1. 5

      Another way to look at the post is if you have determined allocations are a source of performance issues in your code, here are some ways you can reduce allocations, and determine if your code benefits from them.