Speeding up admiral code #2823
manciniedoardo
started this conversation in
General
Replies: 1 comment
-
We should also analyse the code on unnecessary steps. When I worked on the memory issue in the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Some of our functions, e.g. the
*_joined
ones, can be a bit slow, especially with large input data. It may be good to explore ways of speeding them up. Possible options include:data.table
Beta Was this translation helpful? Give feedback.
All reactions