in reply to Re^6: Why is Windows 100 times slower than Linux when growing a large scalar?
in thread Why is Windows 100 times slower than Linux when growing a large scalar?
Yes, I got the same results (using MSVC).
Now I'm trying to understand what USE_IMP_SYS really means, and why it is incompatible with USE_PERL_MALLOC.
Perhaps the most interesting discovery is cdarke's post about ActiveState being "compiled in debug"--whatever that means?
That said, my tests of the CRTs realloc() were built in /release mode on MSVC and whatever is teh default on MinGW, and both exhibited the abysmall (N3) performance slowdown as the number of increments rose. Which maybe suggests that's a red-herring?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^8: Why is Windows 100 times slower than Linux when growing a large scalar?
by cdarke (Prior) on Dec 02, 2009 at 12:59 UTC | |
by BrowserUk (Patriarch) on Dec 02, 2009 at 14:02 UTC | |
by ikegami (Patriarch) on Dec 02, 2009 at 16:41 UTC |