Changes between Version 4 and Version 5 of WikiStart
- Timestamp:
- 01/02/10 15:26:12 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v4 v5 5 5 The SCC framework is a collection of streaming components and component combinators. The components operate on data streams, usually producing output before all input is known. Multiple components can be grouped together into a compound component using one of the combinators. The resulting framework can be seen as a domain-specific language for stream processing. 6 6 7 Components can have multiple inputs and multiple outputs, so one can build branching networks.7 Data streams in SCC are homogeneous: each stream is a sequence of values of the same type. 8 8 9 Every component, primitive or compound, is assigned a type based on the its interface. 9 Components can have multiple inputs and multiple outputs, so they can form branching networks. 10 11 Every component, primitive or compound, is assigned a type based on its interface. 10 12 11 13 == Links ==
