cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
Too much of global static, will it slow
Too much of global static, will it slow down the program?
May 16, 2013 at 12:09am UTC
yingC
(3)
I'm trying to reduce the test time on my program. But there is too much of global static variable, will this cause the longer test time?
May 16, 2013 at 12:16am UTC
Lachlan Easton
(699)
Not unless there's tens of millions of them and they're all guaranteed to be initialized.
Topic archived. No new replies allowed.