From: transfire@... Date: 2006-06-06T05:15:40+09:00 Subject: Re: Hash to OpenStruct (#81) Mat Schaffer wrote: > Is the obvious case of storing references to previously encountered > hashes really that inefficient? Hmm...my initial though is that it would be, but perhaps not since it is only depth dependent --rare to have a hash with much more than a few layers of depth. And actually if the list can be passed through the method interface that would work well (thread safe) and might be useful in other ways too. Thanks. I'll try it. T.