<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body smarttemplateinserted="true" text="#000000" bgcolor="#FFFFFF">
<div id="smartTemplate4-template">Hi Gareth,<br>
</div>
<div><br>
</div>
<div>there are more optimizations to look at</div>
<div><br>
</div>
<div>An user could write custom string enumerators to replace such
assignments in loops and try to manually solve that issue.<br>
</div>
<div><br>
</div>
<div><br>
</div>
<div>But then <br>
</div>
<div><br>
</div>
<div><a class="moz-txt-link-freetext"
href="https://bugs.freepascal.org/view.php?id=34915"
moz-do-not-send="true">https://bugs.freepascal.org/view.php?id=34915</a></div>
<div><br>
</div>
<div>the enumerators are stored in memory rather than registers, so
it is always slower than a normal loop</div>
<div><br>
</div>
<div><br>
</div>
<div>Or since you like case; a case of strings should use a hashmap
or something rather than doing one by one comparisons<br>
</div>
<div><br>
Cheers,<br>
Benito </div>
<br>
<div class="moz-cite-prefix">Am 27.06.19 um 09:27 schrieb J. Gareth
Moreton:<br>
</div>
<blockquote type="cite"
cite="mid:9ce24add-96ef-0713-6c10-2b275138266b@moreton-family.com"><a
class="moz-txt-link-freetext"
href="https://bugs.freepascal.org/view.php?id=35775"
moz-do-not-send="true">https://bugs.freepascal.org/view.php?id=35775</a>
<br>
<br>
I'm both honoured and amused! Thank you. <br>
<br>
Gareth aka. Kit <br>
<br>
<br>
--- <br>
This email has been checked for viruses by Avast antivirus
software. <br>
<a class="moz-txt-link-freetext"
href="https://www.avast.com/antivirus" moz-do-not-send="true">https://www.avast.com/antivirus</a>
<br>
<br>
_______________________________________________ <br>
fpc-devel maillist - <a class="moz-txt-link-abbreviated"
href="mailto:fpc-devel@lists.freepascal.org"
moz-do-not-send="true">fpc-devel@lists.freepascal.org</a> <br>
<a class="moz-txt-link-freetext"
href="https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel"
moz-do-not-send="true">https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel</a>
<br>
</blockquote>
</body>
</html>