performance - What is paging effect in C++? -
I came across because I was trying to learn the array and vectors in C ++. What is the "paging effect" mentioned in the post? Also, to test your understanding, I think the Vector uses more time due to dynamic memory allocation. Am i right
Additional questions: but vector & lt; Int & gt; Arr (10000)
Already enough memory for 10000 int is not allocated?
Comments
Post a Comment