Ignore:
Timestamp:
Apr 27, 2026, 8:05:23 PM (29 hours ago)
Author:
Michael Brooks <mlbrooks@…>
Branches:
master
Children:
c910d308
Parents:
b3e77cc
Message:

change to consistent "collection" over "container"

File:
1 edited

Legend:

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

    rb3e77cc r6224eeb  
    225225\end{cquote}
    226226% 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.
     227% This belief 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.