<div class="gmail_quote">On Tue, Dec 1, 2009 at 4:59 AM, Waldek Hebisch <span dir="ltr"><<a href="mailto:hebisch@math.uni.wroc.pl">hebisch@math.uni.wroc.pl</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">The file has 122 MB, I compiled ECL without Unicode support, so</div>
the strings should take similare space in memory as in a file.<br>
So why there is so much consing?  For comparison sbcl needs<br>
5.216 sec but conses only 13,360,144 bytes.  And for reading<br>
sbcl is much faster, 2.559 sec and 492,137,056 bytes consed<br>
(note that sbcl uses unicode strings, so the amount consed<br>
is essentially the same as space needed to store strings).</blockquote><div><br></div><div>ECL uses some buffers and maybe they are not as large as you need. When reading a string one reads until the buffer is full and then must adjust the size of the string dynamically. The strategy for doing that may condition how much memory is consed. And your file is not only large: it contains rather large strings (20000 characters) when compared to normal use.</div>
<div><br></div><div>Juanjo</div><div> </div></div><br>-- <br>Instituto de Física Fundamental, CSIC<br>c/ Serrano, 113b, Madrid 28006 (Spain) <br><a href="http://juanjose.garciaripoll.googlepages.com">http://juanjose.garciaripoll.googlepages.com</a><br>