- Hands-On Reactive Programming with Reactor
- Rahul Sharma
- 120字
- 2021-08-13 15:22:53
Infinite data streams
Reactor offers implementations for generating infinite sequences of data. At the same time, it offers an API for publishing a single data entry. This is suited to the request-response model. Each API offers methods aimed at handling the specific data cardinality.
Rather than waiting for the entire data collection to arrive, subscribers to each data stream can process items as they arrive. This yields optimized data processing, in terms of space and time. The memory requirement is limited to a subset of items arriving at the same time, rather than the entire collection. In terms of time, results start to arrive as soon as the first element is received, rather than waiting for the entire dataset.
推薦閱讀
- 計算機應用
- Natural Language Processing Fundamentals
- HBase Design Patterns
- Visual Basic從初學到精通
- Hands-On Linux for Architects
- Excel 2007技巧大全
- 傳感器與新聞
- 分析力!專業Excel的制作與分析實用法則
- 基于企業網站的顧客感知服務質量評價理論模型與實證研究
- 在實戰中成長:Windows Forms開發之路
- Machine Learning Algorithms(Second Edition)
- 計算機組成與操作系統
- Mastering Ansible(Second Edition)
- 貫通Hibernate開發
- Learn Microsoft Azure