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