Changeset b3e77cc for doc/theses/mike_brooks_MMath/background.tex
- Timestamp:
- Apr 27, 2026, 7:45:49 PM (34 hours ago)
- Branches:
- master
- Children:
- 6224eeb
- Parents:
- f1ffc47
- File:
-
- 1 edited
-
doc/theses/mike_brooks_MMath/background.tex (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/mike_brooks_MMath/background.tex
rf1ffc47 rb3e77cc 224 224 \end{tabular} 225 225 \end{cquote} 226 I believe it is possible to refute any code examples purporting to show pointer arithmetic is faster than subscripting.227 This believe stems from the performance work I did on \CFA arrays, where it is possible to generate equivalent \CFA subscripting and performance to C subscripting.226 % I believe it is possible to refute any code examples purporting to show pointer arithmetic is faster than subscripting. 227 % This believe stems from the performance work I did on \CFA arrays, where it is possible to generate equivalent \CFA subscripting and performance to C subscripting. 228 228 229 229 Unfortunately, C semantics want a programmer to \emph{believe} an array variable is a \emph{pointer to its first element}.
Note:
See TracChangeset
for help on using the changeset viewer.