28-11-2006, 10:34 PM
Verrigan Wrote:I wonder why your ZeroMemory() calls are almost always faster, when mine are not.
Maybe it's faster with smaller bits of memory.. or maybe our systems are just completely different.. Do you have an AMD, or Intel processor?
AMD.
I also have a lot more loops going, while yours is just a few loops on a huge chunk of memory. FillMemory probably has a bit more of an overhead, but they both work at nearly the same speed, so since yours only has 50 calls and all the time went to the actual routine, mine has a lot more so the overhead is much more distinguishable.
*shrugs*