We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No description provided.
The text was updated successfully, but these errors were encountered:
Cache Memory란 속도가 빠른 장치와 느린 장치에서 속도 차이에 따른 병목현상을 줄이기 위한 Memory를 말합니다.
CPU가 주기억장치에 저장된 data를 읽어올 때 자주 사용하는 data를 cache momory에 저장하여 다음에 이용할 때 더 빨리 가져올 수 있도록 합니다.
CPU는 이런 cache memory를 2~3개 가지고 있습니다.(L1, L2, L3)
Disk cache : Ram과 보고기억장치 사이에 존재하는 cache
캐시 메모리
Sorry, something went wrong.
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: