Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

memory copying #98

Open
reklis opened this issue Jan 19, 2015 · 1 comment
Open

memory copying #98

reklis opened this issue Jan 19, 2015 · 1 comment

Comments

@reklis
Copy link

reklis commented Jan 19, 2015

Describe the difference between physical memory and virtual memory, and how data is read and written to the RAM chips

@dmag
Copy link

dmag commented Mar 21, 2015

Reference for physical memory: What every programmer should know about memory by Ulrich Drepper.

My favorite is Figure 6.1 on page 2. Accessing a 2-D array in the 'wrong' order is 30x-40x slower than the 'right' order. RAM has "seek time" just like a hard drive.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants