filmov
tv
Interface with C++: Chapter 3 - Processing Lots of Data and Interfacing with the Real World
![preview_player](https://i.ytimg.com/vi/t3-3Yrg7m2Y/maxresdefault.jpg)
Показать описание
0:00 Intro
1:04 A simple example: demonstrating dynamic table modifications
4:55 Reviewing the nuts and bolts of TickingUpdate: snapshots, column sources, and row sequences.
10:50 A more detailed example: processing dynamic table modifications on the client to produce a continuously-updating running sum.
14:05 The virtues of processing data a chunk at a time.
17:23 A performance example: Processing 1 million rows per second client-side, using adds and deletes.
18:44 A variation on the performance example: client-side processing of a million modifies per second.
22:57 Working with real-world data: Processing live crypto trades in the C++ client with data sourced from CoinBase, fetched via a server-side Python WebSocket implementation
33:42 Summary
#Deephaven
#LearningSessions
#C++
#bigdata
#python
1:04 A simple example: demonstrating dynamic table modifications
4:55 Reviewing the nuts and bolts of TickingUpdate: snapshots, column sources, and row sequences.
10:50 A more detailed example: processing dynamic table modifications on the client to produce a continuously-updating running sum.
14:05 The virtues of processing data a chunk at a time.
17:23 A performance example: Processing 1 million rows per second client-side, using adds and deletes.
18:44 A variation on the performance example: client-side processing of a million modifies per second.
22:57 Working with real-world data: Processing live crypto trades in the C++ client with data sourced from CoinBase, fetched via a server-side Python WebSocket implementation
33:42 Summary
#Deephaven
#LearningSessions
#C++
#bigdata
#python