콘텐츠로 바로가기
용어2

cache-locality

이 용어로 연결된 기록을 섹션별로 살펴봅니다.

  1. Arrays, Strings & Memory Layout

    연속된 메모리 공간에 데이터를 배치하는 가장 기본적인 물리적 구조인 배열과 문자열의 메모리 레이아웃, 그리고 접근 효율성을 다루는 학습 노드입니다.

    data-structures-algorithms / foundations-complexity / arrays-strings-memory-layout
  2. ECS (Entity Component System)

    객체 지향 설계의 물리적 한계를 극복하기 위해 데이터 중심 설계(Data-Oriented Design)를 도입하여, CPU 캐시 적중률과 수리 병렬성을 극대화하는 신개념 엔진 아키텍처를 다룹니다.

    human-computer-interaction-graphics / game-engine-architecture / ecs-entity-component-system