yoshuawuyts/futures-concurrency
View on GitHubImplement `Join`, `Race`, etc for `SmallVec`
Open
#67 opened on Nov 14, 2022
enhancementhelp wanted
Repository metrics
- Stars
- (497 stars)
- PR merge metrics
- (PR metrics pending)
Description
So far, Join, Race, etc are implemented for tuples, vecs, and arrays. It might make sense to also provide an implementation for SmallVec (possibly behind a feature-gate).
Although, upon writing this, I'm starting to think that fixed size arrays probably cover the same scenarios pretty well.