Wednesday, September 23, 2020

Re: comparing scalar vs vector items

On 09/23/2020 04:09 AM, Ali G. Dezfuli wrote:
Hi all,
I'd like to compare two GR blocks in terms of performance (especially throughput)
1- using scalar items together with "set_output_multiple (int multiple)" at the constructor, and
2- using vector items.
regards,
AGD
For the most part, vectors are just a housekeeping convenience.  If your block gets scalar items, and it internally treats them as vectors,
  the cost of "doing stuff with the results" would be the same.


No comments:

Post a Comment