(새 문서: 분류: 메모리 관리 cache line is the unit of data transfer between the cache and main memory. == 개요 == CPU의 빠른 처리 속도는 Cache의 사용을 요구하였다. 이러한 캐쉬는 메모리와의 동기화를 유지하기 위해서 계속해서 동기화되어야 하는데, 이 최소단위를 Cache Line이라고 한다. 현대적인 CPU는 보통 64바이트크기의 Cache Line을 사용한다. == 참고 == # https://medium.com/software-design/...)
 
편집 요약 없음
1번째 줄: 1번째 줄:
[[분류: 메모리 관리]]
[[분류: 메모리]]


  cache line is the unit of data transfer between the cache and main memory.  
  cache line is the unit of data transfer between the cache and main memory.  

2023년 2월 5일 (일) 08:45 판


cache line is the unit of data transfer between the cache and main memory. 

개요

CPU의 빠른 처리 속도는 Cache의 사용을 요구하였다. 이러한 캐쉬는 메모리와의 동기화를 유지하기 위해서 계속해서 동기화되어야 하는데, 이 최소단위를 Cache Line이라고 한다. 현대적인 CPU는 보통 64바이트크기의 Cache Line을 사용한다.

참고

  1. https://medium.com/software-design/why-software-developers-should-care-about-cpu-caches-8da04355bb8a