From: nobu.nokada@... Date: 2003-12-24T10:08:26+09:00 Subject: Re: Does String cache its 'hash' return value? Hi, At Tue, 23 Dec 2003 09:56:53 +0900, Asfand Yar Qazi wrote: > What I mean is, if I repeatedly call a String's hash method (i.e. like > using it regularly to access a Hash) will the hash value get > recalculated every time? Hash (accurately, st library) has cache, but String doesn't. -- Nobu Nakada