Ignore:
Timestamp:
Apr 27, 2026, 7:45:49 PM (34 hours ago)
Author:
Michael Brooks <mlbrooks@…>
Branches:
master
Children:
6224eeb
Parents:
f1ffc47
Message:

establish first-person singular use upfront

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/mike_brooks_MMath/background.tex

    rf1ffc47 rb3e77cc  
    224224\end{tabular}
    225225\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.
    228228
    229229Unfortunately, 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.