본문으로 이동

속성:Question

S3 연구 메모리

Text

무엇을 확인하려 했는지 적습니다.

( | ) (20 | 50 | 100 | 250 | 500) 보기
이 속성을 사용하는 문서 20개를 보여줍니다.
e
Background I/O와 foreground request가 여러 storage-stack 계층에서 얽혀 생기는 priority inversion을 종단적으로 해결할 수 있는가?  +
공간 지역성이 있는 분석 KV 작업에서 LSM write amplification을 줄일 수 있는가?  +
다양한 워크플로 DAG에 exactly-once 복구를 범용적으로 제공할 수 있는가?  +
느린 subsystem CPU가 수행하던 긴 initialization을 빠른 main CPU에 맡겨 subsystem startup을 줄일 수 있는가?  +
bioinformatics처럼 긴 GPU workload에 대해 VM이 GPU를 near-native 성능으로 쓰면서 여러 VM이 GPU를 time-share할 수 있는가?  +
How can a filesystem reduce CPU storage tax when persistent, CXL-attached, or other high-latency memory makes synchronous access expensive?  +
How can applications admit high-performance extensions while constraining their capabilities and resources?  +
Can applications express memory-management knowledge without replacing Linux VM or binding to one backend?  +
f
Can serverless platforms reduce per-host reserved memory without hurting invocation latency?  +
Can applications reassign cores at sub-microsecond scale without giving userspace unrestricted kernel privilege?  +
Can kernel extensions be more expressive than eBPF while preserving kernel safety and practical deployment?  +
How can a mobile NPU accelerate LLM prefill despite fixed graphs, shape constraints, and activation outliers?  +
Can Linux Kprobes avoid trap overhead without sacrificing broad kernel-code coverage?  +
Can Linux memory-prefetch policies be customized safely without maintaining kernel forks?  +
복잡한 캐시 축출 알고리즘 없이도 높은 hit ratio와 확장성을 얻을 수 있는가?  +
메모리에 없는 각 레벨의 filter block을 순차적으로 읽어 생기는 LSM-tree lookup 지연을 줄일 수 있는가?  +
Can virtualized SSDs dynamically harvest unused capacity/bandwidth while preserving each tenant's tail-latency SLO?  +
How can tiered memory adapt profiling and migration to workloads whose hot sets and phase behavior differ?  +
서버리스 워크플로를 함수 호출 순서가 아니라 데이터 흐름으로 오케스트레이션할 수 있는가?  +
read L2P cache만 지원하는 UFS Host Performance Booster를 넘어, host DRAM으로 DRAM-less UFS의 write·GC·wear-leveling까지 가속할 수 있는가?  +