discuss-gnuradio
[Top][All Lists]
Advanced

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

get_tags_in_range vs get_tags_in_window


From: Jason Matusiak
Subject: get_tags_in_range vs get_tags_in_window
Date: Wed, 19 Apr 2023 13:59:16 +0000

I have a block that is making heavy use of tags: reading, reacting, and adding in new tags.  It seems like this block might be a little costly processor resource wise.  I am currently using get_tags_in_range, so I was wondering if there was a cost benefit to go with get_tags_in_window instead?

If it matters, this is a general_work block where I am taking in X samples, stuffing in random samples if there were any drops detected (to make up for them), and outputting Y samples.  The block isn't that complicated, but there is significant tag manipulation, and I think that that is costing me some.

reply via email to

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