more-executors
more-executors copied to clipboard
Investigate/reduce mem usage per future
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.