일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
- Intel
- software
- Machine Learning
- 키워드
- 포트 번호 변경
- core dumped
- USENIX
- rocksdb
- framework
- Samsung
- linux
- 시스템 프로그래밍
- hardware
- Operating System
- deep learning
- 커널 프로그래밍
- memory
- ssd
- performance
- storage system
- github
- Git
- Cache
- kernel
- FTL
- overflow
- 시스템 소프트웨어
- Flash Memory
- Today
- Total
목록Cache (2)
Happy to visit my research note ^^
Juncheng Yang, Carnegie Mellon University; Ziming Mao, Yale University; Yao Yue, Pelikan Foundation; K. V. Rashmi, Carnegie Mellon University February 21–23, 2023 • Santa Clara, CA, USA USENIX Association 21st USENIX Conference on File and Storage Technologies Abstract Web applications는 low-latency, high-throughput services를 위해 software cache에 매우 의존한다. 변화하는 workloads에 대응하기 위해, 최근 몇 년간 learned ca..

1. Definition Cache Block The basic unit for cache storage. May contain multiple bytes/words of data. Cache Line Same as cache block. Note that this is not the same thing as a "row" of cache Cache Set A "row" in the cache. The number of blocks per set is determined by the layout of the cache (e.g., direct mapped, set-associative, or fully associative) Tag A unique identifier for a group of data...