- May
- 13,117
- 180
Every test I can think of indicates that console output (lots of it, at high speed) is slower in v20 than in v19, in fact, about half the speed. Here are just a few things I've tried, performed with v20 and v19 in which I specified the affinity so as to get rid of the differences in speed among my processors.
Code:
v:\> outputtest.btm
start /min /wait /affinity=1 g:\tc20\tcc.exe /c dir /s g:\
Timer 1 off: 17:23:44 Elapsed: 0:00:25.33
start /min /wait /affinity=1 g:\tc19\tcc.exe /c dir /s g:\
Timer 1 off: 17:23:55 Elapsed: 0:00:11.32
start /min /wait /affinity=2 g:\tc20\tcc.exe /c dir /s g:\
Timer 1 off: 17:24:26 Elapsed: 0:00:31.33
start /min /wait /affinity=2 g:\tc19\tcc.exe /c dir /s g:\
Timer 1 off: 17:24:40 Elapsed: 0:00:13.98
start /min /wait /affinity=4 g:\tc20\tcc.exe /c dir /s g:\
Timer 1 off: 17:25:07 Elapsed: 0:00:26.75
start /min /wait /affinity=4 g:\tc19\tcc.exe /c dir /s g:\
Timer 1 off: 17:25:19 Elapsed: 0:00:12.40
start /min /wait /affinity=8 g:\tc20\tcc.exe /c dir /s g:\
Timer 1 off: 17:25:51 Elapsed: 0:00:32.05
start /min /wait /affinity=8 g:\tc19\tcc.exe /c dir /s g:\
Timer 1 off: 17:26:06 Elapsed: 0:00:14.19