Talk:Word wrap: Difference between revisions

m
→‎REXX Timings: added a "thingy" command concering optimizations. -- ~~~~
(→‎REXX Timings: added yet another timing for an optimized REXX version 2. -- ~~~~)
m (→‎REXX Timings: added a "thingy" command concering optimizations. -- ~~~~)
Line 273:
:::::* REXX version 2     2.29 seconds   (optimized with exact comparisons)
:::::* REXX version 2     1.27 seconds   (optimized with   '''lastpos'''   bif.
The   '''lastpos'''   BIF was used to find the last blank (within a field of '''W''' characters instead of searching for the last blank character by character). -- [[User:Gerard Schildberger|Gerard Schildberger]] ([[User talk:Gerard Schildberger|talk]]) 23:39, 21 August 2013 (UTC)
<br>Further optimization can be had by using &nbsp; '''parse''' &nbsp; instead of &nbsp; '''substr''' &nbsp; and other such thingys. -- [[User:Gerard Schildberger|Gerard Schildberger]] ([[User talk:Gerard Schildberger|talk]]) 23:39, 21 August 2013 (UTC)