+ 2
How to make computer access variables faster?
3 odpowiedzi
+ 1
store your variable in register memory.
+ 1
use register, however it may not be implemented due to your compiler or computer, your best chances are to use C++17 during compilation
- 1
accessing variables is just like runing ur programs. your RAM size and computer speed should do d trick.