datashield / dsBaseClient

DataSHIELD client side base functions
https://www.datashield.org/
GNU General Public License v3.0
11 stars 24 forks source link

Adding a option to do not perform monitoring steps like ds.exists #423

Open danielazoeller opened 2 years ago

danielazoeller commented 2 years ago

Some of our analysis are rather repetitive (i.e., performing the same thing on every variable or on different subsets). Our scripts now take a lot of time running and we would love to have the option in each function to skip monitoring steps like ds.exits

StuartWheater commented 2 years ago

We have plans to move much of the argument testing to the server-side as possible, which will reduce the number of invocation to the server, hence improve performance.

Are there any particular analysis/data shaping methods which you find particularly slow?

Stuart