You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, I noticed that in general, the loading times of the web app are a bit long, and I wonder if it's because the "bloatware" associated with R or Python.
Are you guys trying to implement any tree-shaking method, like the ones commonly used in web-apps, to remove all non-used code and leave a lightweight engine? I am aware that for that you need a dependency tree, but I think recently, the positron team achieved something similar? Not 100% sure.
Or alternatively, do you have a lightweight R engine implementation?
Thank you again!
The text was updated successfully, but these errors were encountered:
Hello,
First of all, I love what you're doing!
However, I noticed that in general, the loading times of the web app are a bit long, and I wonder if it's because the "bloatware" associated with R or Python.
Are you guys trying to implement any tree-shaking method, like the ones commonly used in web-apps, to remove all non-used code and leave a lightweight engine? I am aware that for that you need a dependency tree, but I think recently, the positron team achieved something similar? Not 100% sure.
Or alternatively, do you have a lightweight R engine implementation?
Thank you again!
The text was updated successfully, but these errors were encountered: