Changeset 8136df1 for doc/theses


Ignore:
Timestamp:
Aug 17, 2025, 9:36:11 PM (5 weeks ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
d198551
Parents:
fb7bf3f
Message:

clarify hardware used for string experiments

File:
1 edited

Legend:

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

    rfb7bf3f r8136df1  
    700700\end{tabular}
    701701\end{cquote}
     702\CC @setfill@ is not considered an important string manipulator.
    702703
    703704\CC input matching for @char@, @char *@, and @string@ are similar, where \emph{all} input characters are read from the current point in the input stream to the end of the type size, format width, whitespace, end of line (@'\n'@), or end of file.
     
    15561557Timing outcomes report mean nanoseconds per invocation, which includes harness overhead and the targeted string API execution.
    15571558
    1558 \PAB{To discuss: hardware and such}
    1559 
    15601559As discussed in \VRef[Section]{string-raii-limit}, general performance comparisons are made using \CFA's faster, low-level string API, named @string_res@.
    15611560\VRef{s:ControllingImplicitSharing} presents an operational mode where \CFA string sharing is turned off.
    15621561In this mode, the \CFA string operates similarly to \CC's, by using a heap allocation for string text.
    15631562Some experiments include measurements in this mode for baselining purposes, called ``\CC emulation mode'' or ``nosharing''.
     1563
     1564See~\VRef{s:ExperimentalEnvironment} for a description of the hardware environment.
    15641565
    15651566
Note: See TracChangeset for help on using the changeset viewer.