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
From #647, mange_memory() spends a ton of time on ls(). We should come up with something more efficient. Also, the function itself needs cleanup. We should have different functions for the different memory management strategies.
The text was updated successfully, but these errors were encountered:
I think c7d5167 fixed it. names() is much faster than ls(all.names = TRUE) for environments, and now the overhead in manage_memory() is insignificant when memory_strategy is "speed". In fact, all we see now is "mana..." on the far left.
From #647,
mange_memory()
spends a ton of time onls()
. We should come up with something more efficient. Also, the function itself needs cleanup. We should have different functions for the different memory management strategies.The text was updated successfully, but these errors were encountered: