Data Types with the Highest Throughput
- Updated2023-02-17
- 1 minute(s) read
Data Types with the Highest Throughput
The data type of the stream directly impacts its performance. For example, more complicated data types tend to have poorer throughput than simpler data types because the read and write nodes must flatten and unflatten the data communicated across the network.
Therefore, streams with the highest throughput have the following data types:
- Numeric scalars
- Booleans
- 1D arrays of numeric scalars
- 1D arrays of Booleans