美文网首页
Chapter 4:Data processing

Chapter 4:Data processing

作者: SummerDreamEve | 来源:发表于2018-06-03 10:56 被阅读0次

Data processing

1. A suite of techniques process and manipulate sequential data streams efficiently.

2. Extend the concept of sequential data to include collections that have unbounded or even infinite size

Implicit Sequences

 an example of lazy computation:range

 lazy computation describes any program that delays the computation of a value until that value is need

Iterators

An iterator is an object that provides sequential access to values, one by one.


























































































































































相关文章

网友评论

      本文标题:Chapter 4:Data processing

      本文链接:https://www.haomeiwen.com/subject/nowikftx.html