- May
- 239
- 2
I did some tests with the latest build of TCC v20.
One thing I noticed was that pipe performance (or maybe just startup performance) seems to be slower compared to TCC v15.
Can use the test command below for illustration:
In TCC v15 it takes about 60-65 milliseconds on average. In TCC v20 it consistently takes 15-20 milliseconds longer.
Might there be a way to reduce this? I use the same configuration files for both so should be no differences on that front. TCSTART as well contains the "if %_pipe != 0 quit" command in the beginning. (Both are using the same working directory as well of course)
One thing I noticed was that pipe performance (or maybe just startup performance) seems to be slower compared to TCC v15.
Can use the test command below for illustration:
Code:
timer on & (dir | type | type | type | type) & timer off
In TCC v15 it takes about 60-65 milliseconds on average. In TCC v20 it consistently takes 15-20 milliseconds longer.
Might there be a way to reduce this? I use the same configuration files for both so should be no differences on that front. TCSTART as well contains the "if %_pipe != 0 quit" command in the beginning. (Both are using the same working directory as well of course)