Skip to content

Stream model

1、在工程discreteRelation-structure-computation\Model\Stream-model章节中,也对"Stream model"进行了说明。

wikipedia Stream processing

Stream processing is a computer programming paradigm, equivalent to dataflow programming, event stream processing, and reactive programming,[1] that allows some applications to more easily exploit a limited form of parallel processing. Such applications can use multiple computational units, such as the floating point unit on a graphics processing unit or field-programmable gate arrays (FPGAs),[2] without explicitly managing allocation, synchronization, or communication among those units.