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
I note that futures are not slots-using classes. When analyzing memory usage of a program using a lot of futures, I see many dicts apparently linked to the futures created by this library.
Please look into this and get some rough idea of how much memory is required per future, and see if there's any easy ways to reduce it.
The text was updated successfully, but these errors were encountered:
I note that futures are not slots-using classes. When analyzing memory usage of a program using a lot of futures, I see many dicts apparently linked to the futures created by this library.
Please look into this and get some rough idea of how much memory is required per future, and see if there's any easy ways to reduce it.
The text was updated successfully, but these errors were encountered: