XML.orgXML.org
FOCUS AREAS |XML-DEV |XML.org DAILY NEWSLINK |REGISTRY |RESOURCES |ABOUT
OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index]
Re: [xml-dev] ANN: A brief introduction to streams ... plus a stream library

* Costello, Roger L. wrote:
>What distinguishes a stream from an ordinary sequence is delayed evaluation. The idea is
>this: construct a stream only partially and pass the partial construction to the program that
>consumes the stream. If the consumer attempts to access a part of the stream that has not
>yet been constructed, the stream will automatically construct just enough more to produce
>the required part, thus preserving the illusion that the entire stream exists.

When values are obtained only when needed then you have Lazy Evaluation.
That is a concept independent of streams in the general sense. A related
concept is that of an Online Algorithm which can compute partial results
even if all data is not (yet) available. As the term is commonly used,
you can have a stream and not care whether, how and when it is consumed;
for instance a live audio stream may be made available as it is recorded
with no regard if listeners want to hear more or if they can keep up. It
would probably be more accurate to say a stream is simply a sequence for
which no length has been pre-determined, as opposed to a block which is
a sequence of a certain length (see for instance the distinction between
block and stream ciphers in cryptography).
-- 
Björn Höhrmann · mailto:bjoern@hoehrmann.de · http://bjoern.hoehrmann.de
Am Badedeich 7 · Telefon: +49(0)160/4415681 · http://www.bjoernsworld.de
25899 Dagebüll · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/ 


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index]


News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 1993-2007 XML.org. This site is hosted by OASIS