On Tue, Aug 10, 2010 at 12:12, <[email protected]> wrote: > Shawn H Corey wrote: >> On 10-08-10 11:43 AM, Ron Bergin wrote: >>> While doing some benchmark testing on both Windows and >>> Linux, the >>> results of the exact same code was reversed. A slight >>> difference in >>> the percentages is understandable, but I fail to see why >>> the results >>> would be reversed. Could someone shed some light on >>> this issue? >> >> Maybe because strftime() is part of *NIX? >> > > Can you expand on what you mean by that statement? snip
I am assuming that his assumption was that since strftime is part of POSIX/SUS (i.e. Unix specifications) Win32 might have a slower implementation; however, Windows NT and OSes based on Windows NT implemented most of the POSIX spec, so that is unlikely part of the problem. -- Chas. Owens wonkden.net The most important skill a programmer can have is the ability to read. -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] http://learn.perl.org/
