Taking Peter Norvig’s advice, I am pondering on the question:
How much time does it take to fetch one word from memory, with and without a cache miss?
(Assume standard hardware and architecture. To simplify calculations assume 1Ghz clock)
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Seems like Norvig answers this himself:
The part where it says “execute typical instruction” = 1 ns implies a 1 GHz CPU (assuming efficient pipelining, of course).
I don’t know where he takes this information, but I trust Peter Norvig to be reliable 🙂