medialab / quenouille

A library of multithreaded iterator workflows for python.
MIT License
7 stars 0 forks source link

Keep throttling state between calls of imap on the same executor? #41

Closed Yomguithereal closed 3 years ago

Yomguithereal commented 3 years ago

Could be beneficial for use cases such as gazouilloire (or we could rewrite as a lazy flat iterator).

Yomguithereal commented 3 years ago

One thing to note here is that it could be problematic if group logic changes from call to call.

Yomguithereal commented 3 years ago

Need to speak about this with @boogheta and @bmaz