-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1. update Cloud2QPlus to add new entries into the main queue when the small queue is full but cache not full 2. add S3FIFOv2 which adds new entries to the main queue when the small fifo is full but cache is not full This change significantly reduces miss ratio at large cache sizes because newly inserted objects (after cache is full) are evicted faster from the small queue
- Loading branch information
Showing
10 changed files
with
653 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,6 +31,7 @@ set(sourceC | |
FIFO_Reinsertion.c | ||
|
||
S3FIFO.c | ||
S3FIFOv2.c | ||
S3FIFOd.c | ||
|
||
other/flashProb.c | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.