일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
- performance
- github
- 포트 번호 변경
- Operating System
- Samsung
- 키워드
- core dumped
- hardware
- 시스템 프로그래밍
- 시스템 소프트웨어
- 커널 프로그래밍
- USENIX
- Cache
- FTL
- deep learning
- Machine Learning
- kernel
- Git
- rocksdb
- storage system
- framework
- Intel
- software
- Flash Memory
- linux
- memory
- ssd
- overflow
- 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...