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
We tend to create multiple contexts and never delete them. We should activate a garbage collection mechanism to delete them when unused.
We should make sure not to incur in any race condition. We should avoid to recycle new contexts, and delete them only when they are end-of-life. We may pre-compute some contexts in the future to save time.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale due to 90 days of inactivity.
It will be closed if no further activity occurs within 15 days.
If you think that’s incorrect or the issue should never stale, please simply write any comment.
Thanks for your contributions!
We tend to create multiple contexts and never delete them. We should activate a garbage collection mechanism to delete them when unused.
We should make sure not to incur in any race condition. We should avoid to recycle new contexts, and delete them only when they are end-of-life. We may pre-compute some contexts in the future to save time.
The text was updated successfully, but these errors were encountered: