This is the mail archive of the guile@cygnus.com mailing list for the guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Scheme style auto-resizing hashtable (fwd)



jglascoe@jay.giss.nasa.gov writes:
> 
> Yes it's safer, but when will it collect?  Do you really think it's going
> to start collection in the middle of a "list->hash-table" operation? 

It certainly can. I even think Guile's GC will interrupt long running
C operations that manipulate Scheme data.

 - Maciej