more-executors icon indicating copy to clipboard operation
more-executors copied to clipboard

Investigate/reduce mem usage per future

Open rohanpm opened this issue 2 years ago • 0 comments

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.

rohanpm avatar Apr 27 '22 07:04 rohanpm