It's computing hash-table-count so it can print it. It's not a good thing it takes that long, but it's not unexpected with the current implementation. In any case, nothing's wrong with your system.<br><br>
<div class="gmail_quote">On Wed, Dec 21, 2011 at 3:41 PM, Kalman Reti <span dir="ltr"><<a href="mailto:kalman.reti@gmail.com">kalman.reti@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
This is in ccl 1.7-r14925M under windows-7 64bit; I created a hash table using<br>
<br>
(make-hash-table :test'equalp :size 350000000)<br>
<br>
and it printed<br>
<br>
#<HASH-TABLE<br>
<br>
and paused for a LONG time, i.e. many tens of seconds, before printing<br>
out the rest.<br>
<br>
:TEST EQUALP size 0/350000000 #x210057821D><br>
<br>
(*print-array* and *print-structure* were both NIL, in case that<br>
matters). This hash<br>
table was the value of a variable, and just printing out the variable<br>
again exhibited the<br>
ame behavior.<br>
<br>
Is this normal?<br>
<br>
I'm trying to decide if the pause is something wrong with CCL or<br>
something wrong with<br>
my system...<br>
_______________________________________________<br>
Openmcl-devel mailing list<br>
<a href="mailto:Openmcl-devel@clozure.com">Openmcl-devel@clozure.com</a><br>
<a href="http://clozure.com/mailman/listinfo/openmcl-devel" target="_blank">http://clozure.com/mailman/listinfo/openmcl-devel</a><br>
</blockquote></div><br>