<span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; ">Hi Balázs,<br><br><div class="gmail_quote"><div class="im" style="color: rgb(80, 0, 80); "><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex; ">
<div><br></div>Was the Transcript open? Because #show: is dog slow.<br>For me it takes some minutes to write 2356 things to the Transcript.<br></blockquote><div><br></div></div><div>Yes I know that but in this case a put  show: for force instances materialization because I need the name instance variable initialized from the repository.</div>
<div><br></div><div>Only for information these are my show: times,</div><div><br></div><div><div>&quot;Closed transcript&quot;</div><div>Time millisecondsToRun: [</div><div><span style="white-space: pre; ">        </span>1 to: 2356 do: [:each | Transcript show: &#39;String&#39;, each asString]]   &quot;10818 milliseconds&quot;</div>
<div><br></div><div>&quot;Open transcript&quot;</div><div>Time millisecondsToRun: [</div><div><span style="white-space: pre; ">        </span>1 to: 2356 do: [:each | Transcript show: &#39;String&#39;, each asString]] &quot;117107 milliseconds&quot;</div>
<div><br></div><font color="#888888"><div>Facundo</div></font></div></div></span>