Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
ds2-notes
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
datovky
ds2-notes
Commits
a5619fc5
Commit
a5619fc5
authored
5 years ago
by
Martin Mareš
Browse files
Options
Downloads
Patches
Plain Diff
Cache: Lower bound for LRU referenced C_LRU instead of T_LRU
parent
f15f936c
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
05-cache/cache.tex
+1
-1
1 addition, 1 deletion
05-cache/cache.tex
with
1 addition
and
1 deletion
05-cache/cache.tex
+
1
−
1
View file @
a5619fc5
...
@@ -370,7 +370,7 @@ $C-1$ cached blocks from the previous epoch. When it needs to access the remaini
...
@@ -370,7 +370,7 @@ $C-1$ cached blocks from the previous epoch. When it needs to access the remaini
block, it replaces the one block, which is not going to be accessed in the current
block, it replaces the one block, which is not going to be accessed in the current
epoch. Thus it has only one cache miss per
$
C
$
~requests.
epoch. Thus it has only one cache miss per
$
C
$
~requests.
Except for the first epoch, the ratio between
$
\
C
lru
$
and~
$
\
C
opt
$
is exactly~
$
C
$
.
Except for the first epoch, the ratio between
$
\
T
lru
$
and~
$
\
T
opt
$
is exactly~
$
C
$
.
The first epoch can decrease this ratio, but its effect can be diminished
The first epoch can decrease this ratio, but its effect can be diminished
by increasing~
$
K
$
.
by increasing~
$
K
$
.
\qed
\qed
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment