July 2020
Intermediate to advanced
360 pages
7h 8m
English

28.1Constraints
⊳Data is available in streams, rather than as a complete whole.
⊳Functions are filters/transformers from one kind of data stream to another.
⊳Data is processed from upstream on a need basis from downstream.
28.2A Program in This Style

28.3Commentary
THIS STYLE focuses on the problem of processing data that comes into the application continuously and may not even have an end. The same issues are seen in processing data whose size is known, but larger than the available memory. The style establishes ...
Read now
Unlock full access