-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Following up on #187, this problem still persists in FutureGroup
itself. I see two options for resolving this and moving forward with a permanent resolution:
- We keep the existing architecture for
FutureGroup
based on a slab structure, but replace it with a more efficient implementation such as thebeton
crate. - Change the internal architecture of
FutureGroup
to more closely matchFuturesUnordered
. I haven't fully paged in how that works yet, but we know it doesn't have the same issues we have, so that might be a lower-risk solution.
cc/ @conradludgate Given you've worked on futures-buffered, and probably know the FuturesUnordered
internals better than I do, I'd be interested in your thoughts here.
conradludgate and izik1
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working