>>>>> "Gabor" == Gabor Melis <[EMAIL PROTECTED]> writes:

    Gabor> Thanks, I didn't know that and I was sure that a hundred thousand user 
    Gabor> instances cannot use up that much memory. Now I've done some measurements 
with 
    Gabor> (gc :full t) and (room) and it seems I was wrong. Those hash tables in the 
    Gabor> initforms take ~1000 bytes each :-( even with :size 1 which is apparently 
    Gabor> ignored. 
 
:size is a hint, not a requirement.  From looking at make-hash-table,
it seems the real minimum size is 36 or 37.

Ray


Reply via email to