discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: comparing scalar vs vector items


From: Marcus D. Leech
Subject: Re: comparing scalar vs vector items
Date: Wed, 23 Sep 2020 11:28:04 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0

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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]