Skip to content

Commit cc12d5a

Browse files
committed
README: drop S3-FIFOd, list S4-FIFO
S4-FIFO is implemented on dev/s4fifo behind -DENABLE_S4FIFO=ON, so it is listed the same way as the other flag-gated algorithms (3LCache, GLCache, LRB). S3-FIFOd comes off the list. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01JxxSd3ipti1DZc58v543JW
1 parent 9fc2edd commit cc12d5a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ The name in `code` is what you pass to `cachesim` on the command line (names are
6464
* [3LCache](/libCacheSim/cache/eviction/3LCache/) `3lcache` — build with `-DENABLE_3L_CACHE=ON`
6565
* [WTinyLFU](/libCacheSim/cache/eviction/WTinyLFU.c) `wtinylfu`
6666
* [QD-LP](/libCacheSim/cache/eviction/QDLP.c) `qdlp`
67-
* [S3-FIFO](/libCacheSim/cache/eviction/S3FIFO.c) `s3fifo`, [S3-FIFOd](/libCacheSim/cache/eviction/S3FIFOd.c) `s3fifod`
67+
* [S3-FIFO](/libCacheSim/cache/eviction/S3FIFO.c) `s3fifo`
68+
* [S4-FIFO](/libCacheSim/cache/eviction/S4FIFO/S4FIFO.c) `s4fifo` — build with `-DENABLE_S4FIFO=ON`
6869
* [Sieve](/libCacheSim/cache/eviction/Sieve.c) `sieve`
6970

7071
### Admission algorithms

0 commit comments

Comments
 (0)