From: Joe Van Dyk Date: 2005-12-08T08:09:25+09:00 Subject: Re: Standard Library questions On 12/7/05, James Edward Gray II wrote: > On Dec 7, 2005, at 4:46 PM, Joe Van Dyk wrote: > > What the hell is WeakRef used for? How is that useful? > > > How about caching? Build up a big cache for some process intensive > values, but allow GC to clean house when it needs to because you > could always refigure them. Ah, ok. That info could go in the RDoc.