I have a small program that counts from 1 to 1000000 and then prints the output on the screen and then prints the elapsed time. When I try to run my program in ST 4, it runs extremely slowly. When I run it in the openSUSE terminal, it takes about 2 seconds to complete. It is compiled C code using GCC. What is the problem?
Problem with C program (running) in ST 4
bschaaf
#2
The output panel is not a specialized terminal; it’s an text buffer like any other opened file and so it has the performance characteristics of that.
0 Likes