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
The function read_config_file() can be called numerous times during validation. Although it's fast, should we nevertheless memoise it for efficiency?
It's a re-export from hubUtils so probably need to also memoise it there. In general, need to double check whether the fact it's a re-export requires any special handling.
The text was updated successfully, but these errors were encountered:
The function
read_config_file()
can be called numerous times during validation. Although it's fast, should we nevertheless memoise it for efficiency?It's a re-export from
hubUtils
so probably need to also memoise it there. In general, need to double check whether the fact it's a re-export requires any special handling.The text was updated successfully, but these errors were encountered: