Re: Long start-up time of a program with include std/
- Posted by _tom (admin) Feb 29, 2012
- 2417 views
The std/console.e file adds many lines of code to your program; its includes have more includes amounting to about half of the entire standard library.
After compiling (euc) or binding, unused lines of library code are not included in your program.