Skip to content

How to speed up the Creation and Deletion of many Source nodes in RV ? #488

Closed Answered by bernie-laberge
mariapanneerrajan-spi asked this question in Q&A
Discussion options

You must be logged in to vote

Hello @mariapanneerrajan-spi ,
With the aim of speeding up adding multiple sources, I would recommend the two following RV commands:
addSourceBegin(), addSourceEnd():
"Optional call providing a fast add source mechanism when adding multiple sources which postpones connecting the added sources to the default views’ inputs until after the corresponding addSourceEnd() is called. The way to enable this optimization is to call addSourceBegin() first, followed by a bunch of addSource() calls, and then end with addSourceEnd()."

https://aswf-openrv.readthedocs.io/en/latest/rv-manuals/rv-reference-manual/rv-reference-manual-chapter-two.html#source-group-node

I do not recommend using the progressiv…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by mariapanneerrajan-spi
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants