Changeset 8136df1 for doc/theses
- Timestamp:
- Aug 17, 2025, 9:36:11 PM (5 weeks ago)
- Branches:
- master
- Children:
- d198551
- Parents:
- fb7bf3f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/mike_brooks_MMath/string.tex
rfb7bf3f r8136df1 700 700 \end{tabular} 701 701 \end{cquote} 702 \CC @setfill@ is not considered an important string manipulator. 702 703 703 704 \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. … … 1556 1557 Timing outcomes report mean nanoseconds per invocation, which includes harness overhead and the targeted string API execution. 1557 1558 1558 \PAB{To discuss: hardware and such}1559 1560 1559 As discussed in \VRef[Section]{string-raii-limit}, general performance comparisons are made using \CFA's faster, low-level string API, named @string_res@. 1561 1560 \VRef{s:ControllingImplicitSharing} presents an operational mode where \CFA string sharing is turned off. 1562 1561 In this mode, the \CFA string operates similarly to \CC's, by using a heap allocation for string text. 1563 1562 Some experiments include measurements in this mode for baselining purposes, called ``\CC emulation mode'' or ``nosharing''. 1563 1564 See~\VRef{s:ExperimentalEnvironment} for a description of the hardware environment. 1564 1565 1565 1566
Note:
See TracChangeset
for help on using the changeset viewer.