Transitive const sucks

Janice Caron caron800 at googlemail.com
Tue Sep 11 05:29:34 PDT 2007


On 9/11/07, Janice Caron <caron800 at googlemail.com> wrote:
>
> The thing is, all the data was in a file, and so the function had to open
> a file, read it, close the file, and return the data. Well, naturally, it
> cached some data internally


These days, of course, the data source might not even be a file - it might
be an resource you have to fetch from a remote site on the internet using
HTTP. Caching is, occasionally, really necessary.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puremagic.com/pipermail/digitalmars-d/attachments/20070911/f2afc88d/attachment.html>


More information about the Digitalmars-d mailing list