what is faster, FastFillChar or ZeroMemory?

From: Aleksey Kuznetsov (nospam_at_nospam.org)
Date: 06/15/04


Date: Tue, 15 Jun 2004 07:57:31 +0300

Hello, I know that FastCodeFillChar is fastern than FillChar. But wether it
faster than ZeroMemory function from Win32 API?

In my programs I mostly use ZeroMemory to clean some records with 0...