Why is this faster on 64 bit than 32 bit?

前端 未结 5 1199
盖世英雄少女心
盖世英雄少女心 2020-12-01 10:36

I\'ve been doing some performance testing, mainly so I can understand the difference between iterators and simple for loops. As part of this I created a simple set of tests

5条回答
  •  春和景丽
    2020-12-01 11:40

    Not sure of "why" but I would make sure to call your "method" at least once outside your timer loop so you're not counting 1st-time jitting. (Since this looks like C# to me).

提交回复
热议问题