<div dir="ltr"><div><div><div>The text% class is not really designed with large files in mind, but that does sound suspiciously slow. Can you perhaps post the code you use to load the file so we can double check it?<br><br>
Are you just doing:<br><br></div><div>#lang racket/gui<br></div>(define t (new text%))<br></div>(time (send t load-file &quot;.../path/to/the/large/file&quot;))<br><br>?<br><br></div>Robby<br></div><div class="gmail_extra">
<br><br><div class="gmail_quote">On Tue, Jan 1, 2013 at 4:16 AM, Yvan Godin <span dir="ltr">&lt;<a href="mailto:yvan.godin@gmail.com" target="_blank">yvan.godin@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hello<br><br>I have wrote little program with editor-canvas% but it is terrific slow for big text log file loading.<br>So my question is, <br>Why is the Racket Editor (DrRacket or mred/edit demo) so slow when loading big text file (over 1.5Mo) even for non colorized text? <br>

<br>Scite ou Geany or Java Eclipse load my 1.2Mo bookmark HTML with syntax color in ~1 second where Racket take up to 20 or 30 seconds<br><br>thank&#39;s<span class="HOEnZb"><font color="#888888"><br>     Yvan   <br clear="all">
<br>
</font></span><br>____________________<br>
  Racket Users list:<br>
  <a href="http://lists.racket-lang.org/users" target="_blank">http://lists.racket-lang.org/users</a><br>
<br></blockquote></div><br></div>