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
5b02ef32
Commit
5b02ef32
authored
5 years ago
by
Martin Mareš
Browse files
Options
Downloads
Patches
Plain Diff
Cache: English
parent
3b5c29d2
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 @
5b02ef32
...
...
@@ -114,7 +114,7 @@ some of the blocks could be already present in the cache.
\subsection
{
Mergesort
}
The traditional choice of algorithm for sorting in external memory is Mergesort. Let us
analyze it in our models. Merging
of
two sorted arrays involves three sequential
analyze it in our models. Merging two sorted arrays involves three sequential
scans: one for each source array, one for the destination array. The scans are
interleaved, but so we can interleave their I/O operations. We need 1~block of
internal memory for each scan, but let us generally assume that
$
M
/
B
\ge
c
$
...
...
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