Talk:Word wrap: Difference between revisions

→‎REXX Timings: made the OW subroutine non-destructive, running low on coal. -- ~~~~
m (→‎REXX Timings: running out of coal. -- ~~~~)
(→‎REXX Timings: made the OW subroutine non-destructive, running low on coal. -- ~~~~)
Line 274:
:::::* REXX version 2     1.27 seconds   (optimized with   '''lastpos'''   BIF)
:::::* REXX version 2     1.06 seconds   (optimized with   '''parse'''   statement)
:::::* REXX version 2     1.05 seconds   (optimized by making the '''ow''' subroutine non-destructive)
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).
<br>Further optimization was done 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)
 
<br>I really have to stop optimizing that REXX program, I'm running out of coal. -- [[User:Gerard Schildberger|Gerard Schildberger]] ([[User talk:Gerard Schildberger|talk]]) 00:11, 22 August 2013 (UTC)