속성:Reusable lesson
외관
비슷한 문제를 만났을 때 다시 쓸 수 있는 내용을 적습니다.
t
희소한 중복 자원은 객체의 중요도와 가까운 미래의 사용 가능성을 함께 반영해 배분하는 것이 효과적이다. +
병렬 응용의 최적화 가치는 한 프로세스의 국소 속도 향상이 아니라 프로세스 간 의존성과 병목 이동을 포함한 전체 critical path에서 평가해야 한다. +
technical review nap natural app processing for predictive user contexts in mobile smartphones df34aff8 +
행동 시퀀스 예측에서 context feature를 많이 넣는 것이 항상 이득은 아니며, 단순한 최근 이력 baseline과 사용자별/시간별 drift 검증이 필수다. +
NVMe multi-queue 공정성 정책은 workload별 throughput, tail latency, fairness 결과를 원문에서 확인한 뒤 재사용합니다. +
technical review nvme driven lazy cache coherence for immutable data with nvme over fabrics 4d6bc037 +
immutable workload에서는 eager invalidation/broadcast 대신 open 실패를 coherence signal로 삼는 lazy revalidation으로 daemon과 통신을 줄일 수 있다. +
PRP offset 기반 zero-copy는 DMA mapping, alignment, protection, CPU·latency 비용이 원문에서 확인된 경우에만 재사용합니다. +
technical review optimizing the startup time of embedded systems a case study of digital tv cd15688d +
startup은 모든 데이터를 일찍 읽는 문제가 아니라 critical initialization 순서와 필요한 cache warm-up 시점을 함께 최적화해야 한다. +
technical review performance optimization of object tracking algorithms in opencv on gpus 09f20f75 +
GPU 최적화는 연산식만 바꾸기보다 register pressure→occupancy와 다단계 kernel launch/transfer를 함께 측정해 메모리 계층 이동과 kernel fusion을 선택해야 한다. +
technical review power consumption prediction and power aware packing in consolidated environmen 58907b8a +
평균전력과 짧지 않은 peak/sustained draw는 별도 budget과 모델로 관리해야 한다. +
technical review request aware cooperative i o scheduling for scale out database applications fe4a3e09 +
분산 요청의 tail을 줄이려면 각 노드의 local fairness보다 원래 사용자 요청의 global order를 I/O 계층까지 보존하는 것이 중요할 수 있다. +
Cache admission은 write 자체의 동기 또는 비동기 속성보다 최종 사용자 request가 실제로 기다리는 dependency를 기준으로 해야 한다. +
예약 메모리 재사용에서는 평균 효율보다 원소유자에게 되돌리는 bounded reclamation path가 핵심이다. +
technical review scheduler support for video oriented multimedia on client side virtualization 69d0c186 +
애플리케이션 내부 신호가 없어도 low-level device event를 QoS proxy metric으로 만들고 feedback scheduling에 사용할 수 있다. +
causal profiling의 범위를 넓히려면 프로세스가 아니라 CPU core를 공통 관측·지연 단위로 삼되 idle dependency와 migration semantics를 함께 고쳐야 한다. +
technical review selective memory deduplication for cost efficiency in mobile smart devices ef7d0fd2 +
모바일 프레임워크와 앱 메모리 배치의 구조적 규칙을 이용하면 content-based 메모리 관리의 탐색공간을 줄일 수 있다. +
technical review smartlmk a memory reclamation scheme for improving user perceived app launch ti e990e433 +
Reclamation victim은 recency 하나가 아니라 재실행 비용, 사용 확률, 회수량, 앞으로 필요한 메모리를 함께 보아야 한다. +
빠른 병렬 SSD에서는 순차 의존 탐색보다 여러 후보를 제한적으로 추측 실행해 CPU와 I/O를 겹치는 편이 유리할 수 있다. +
순차·반복 접근을 예측할 수 있다면 작은 DRAM을 범용 cache가 아니라 SSD를 지속적으로 공급하는 stream buffer로 사용하는 편이 유리할 수 있다. +
coarse VM-level boost를 task/event 기간으로 축소하고 사용량 cap을 두면 intra-VM heterogeneity를 다룰 수 있다. +
technical review transparent and selective real time interrupt services for performance improvem b78f264b +
모든 interrupt를 동일한 real-time 경로로 처리하지 말고 deadline-criticality와의 관련성을 기준으로 분리해야 한다. +