Skip to content
Snippets Groups Projects
Commit 1d9a4752 authored by Martin Mareš's avatar Martin Mareš
Browse files

English: A comma

parent 59ef0dc6
No related branches found
No related tags found
No related merge requests found
...@@ -99,7 +99,7 @@ be stored at the same place in the internal memory. This is obviously optimal. ...@@ -99,7 +99,7 @@ be stored at the same place in the internal memory. This is obviously optimal.
A~cache-aware algorithm can use the same sequence of reads. Generally, we do not know A~cache-aware algorithm can use the same sequence of reads. Generally, we do not know
the sequence of reads used by the optimal caching strategy, but any specific sequence the sequence of reads used by the optimal caching strategy, but any specific sequence
can serve as an upper bound. For example the sequence we used in the I/O model. can serve as an upper bound. For example, the sequence we used in the I/O model.
A~cache-oblivious algorithm cannot guarantee that the array will be aligned on A~cache-oblivious algorithm cannot guarantee that the array will be aligned on
a~block boundary (it does not know~$B$). In the worst case, this can cost us an extra a~block boundary (it does not know~$B$). In the worst case, this can cost us an extra
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment