|
| 1 | +cff-version: 1.2.0 |
| 2 | +title: libCacheSim |
| 3 | +message: >- |
| 4 | + If you use libCacheSim in your research, please cite the |
| 5 | + software and the relevant papers below. |
| 6 | +type: software |
| 7 | +authors: |
| 8 | + - family-names: Yang |
| 9 | + given-names: Juncheng |
| 10 | + affiliation: Harvard University |
| 11 | +repository-code: 'https://github.com/1a1a11a/libCacheSim' |
| 12 | +abstract: >- |
| 13 | + A high-performance library and set of tools for building |
| 14 | + and running cache simulations, analyzing cache traces, and |
| 15 | + profiling miss ratio curves. |
| 16 | +keywords: |
| 17 | + - cache |
| 18 | + - caching |
| 19 | + - cache simulation |
| 20 | + - eviction algorithm |
| 21 | + - miss ratio curve |
| 22 | + - trace analysis |
| 23 | +license: Apache-2.0 |
| 24 | +preferred-citation: |
| 25 | + type: conference-paper |
| 26 | + title: FIFO Queues Are All You Need for Cache Eviction |
| 27 | + authors: |
| 28 | + - family-names: Yang |
| 29 | + given-names: Juncheng |
| 30 | + - family-names: Zhang |
| 31 | + given-names: Yazhuo |
| 32 | + - family-names: Qiu |
| 33 | + given-names: Ziyue |
| 34 | + - family-names: Yue |
| 35 | + given-names: Yao |
| 36 | + - family-names: Rashmi |
| 37 | + given-names: K. V. |
| 38 | + collection-title: >- |
| 39 | + Proceedings of the 29th Symposium on Operating Systems |
| 40 | + Principles (SOSP '23) |
| 41 | + publisher: |
| 42 | + name: Association for Computing Machinery |
| 43 | + year: 2023 |
| 44 | + start: 130 |
| 45 | + end: 149 |
| 46 | + isbn: '9798400702297' |
| 47 | + doi: 10.1145/3600006.3613147 |
| 48 | +references: |
| 49 | + - type: conference-paper |
| 50 | + title: >- |
| 51 | + A large-scale analysis of hundreds of in-memory cache |
| 52 | + clusters at Twitter |
| 53 | + authors: |
| 54 | + - family-names: Yang |
| 55 | + given-names: Juncheng |
| 56 | + - family-names: Yue |
| 57 | + given-names: Yao |
| 58 | + - family-names: Rashmi |
| 59 | + given-names: K. V. |
| 60 | + collection-title: >- |
| 61 | + 14th USENIX Symposium on Operating Systems Design and |
| 62 | + Implementation (OSDI 20) |
| 63 | + publisher: |
| 64 | + name: USENIX Association |
| 65 | + year: 2020 |
| 66 | + month: 11 |
| 67 | + start: 191 |
| 68 | + end: 208 |
| 69 | + isbn: '978-1-939133-19-9' |
| 70 | + url: 'https://www.usenix.org/conference/osdi20/presentation/yang' |
| 71 | + - type: conference-paper |
| 72 | + title: >- |
| 73 | + FIFO Can Be Better than LRU: The Power of Lazy |
| 74 | + Promotion and Quick Demotion |
| 75 | + authors: |
| 76 | + - family-names: Yang |
| 77 | + given-names: Juncheng |
| 78 | + - family-names: Qiu |
| 79 | + given-names: Ziyue |
| 80 | + - family-names: Zhang |
| 81 | + given-names: Yazhuo |
| 82 | + - family-names: Yue |
| 83 | + given-names: Yao |
| 84 | + - family-names: Rashmi |
| 85 | + given-names: K. V. |
| 86 | + collection-title: >- |
| 87 | + Proceedings of the 19th Workshop on Hot Topics in |
| 88 | + Operating Systems (HotOS '23) |
| 89 | + publisher: |
| 90 | + name: Association for Computing Machinery |
| 91 | + year: 2023 |
| 92 | + start: 70 |
| 93 | + end: 79 |
| 94 | + isbn: '9798400701955' |
| 95 | + doi: 10.1145/3593856.3595887 |
| 96 | + - type: conference-paper |
| 97 | + title: >- |
| 98 | + SIEVE is Simpler than LRU: an Efficient Turn-Key |
| 99 | + Eviction Algorithm for Web Caches |
| 100 | + authors: |
| 101 | + - family-names: Zhang |
| 102 | + given-names: Yazhuo |
| 103 | + - family-names: Yang |
| 104 | + given-names: Juncheng |
| 105 | + - family-names: Yue |
| 106 | + given-names: Yao |
| 107 | + - family-names: Vigfusson |
| 108 | + given-names: Ymir |
| 109 | + - family-names: Rashmi |
| 110 | + given-names: K. V. |
| 111 | + collection-title: >- |
| 112 | + 21st USENIX Symposium on Networked Systems Design and |
| 113 | + Implementation (NSDI 24) |
| 114 | + publisher: |
| 115 | + name: USENIX Association |
| 116 | + year: 2024 |
| 117 | + month: 4 |
| 118 | + start: 1229 |
| 119 | + end: 1246 |
| 120 | + isbn: '978-1-939133-39-7' |
| 121 | + url: 'https://www.usenix.org/conference/nsdi24/presentation/zhang-yazhuo' |
0 commit comments