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
{{ message }}
This repository has been archived by the owner on Jul 30, 2019. It is now read-only.
When I run multiple tests on a file, a lot of time is wasted running the same things for each test. find_region is the main culprit.
I'd like to suggest that the lint package make use of the memoise package. For example, add memoize(find_region). Doing this made my process run four times faster but I had to insert memoize in an unconventional and hacky way (via unlockBinding, assignInNamespace, etc.).
Thanks for considering it.
The text was updated successfully, but these errors were encountered:
Hi,
When I run multiple tests on a file, a lot of time is wasted running the same things for each test. find_region is the main culprit.
I'd like to suggest that the lint package make use of the memoise package. For example, add memoize(find_region). Doing this made my process run four times faster but I had to insert memoize in an unconventional and hacky way (via unlockBinding, assignInNamespace, etc.).
Thanks for considering it.
The text was updated successfully, but these errors were encountered: