Upon further investigation, apparently wrapping a single callback in a lambda expression, significantly increased number of Python objects created and skyrocketed pressure on GC. Any code that used gather() heavily could become significantly slower. This patch fixed it entirely.
9 likes 1 replies
?