Jump to content

Talk:Word wrap: Difference between revisions

→‎REXX Timings: faster timings with PARSE. -- ~~~~
m (→‎REXX Timings: added a "thingy" command concering optimizations. -- ~~~~)
(→‎REXX Timings: faster timings with PARSE. -- ~~~~)
Line 272:
:::::* REXX version 2     2.45 seconds
:::::* REXX version 2     2.29 seconds   (optimized with exact comparisons)
:::::* REXX version 2     1.27 seconds   (optimized with   '''lastpos'''   bif.BIF)
:::::* REXX version 2     1.06 seconds   (optimized with   '''parse'''   statement)
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 canwas be had bydone 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)
Cookies help us deliver our services. By using our services, you agree to our use of cookies.