Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Join, Race, etc for SmallVec #67

Open
michaelwoerister opened this issue Nov 14, 2022 · 1 comment
Open

Implement Join, Race, etc for SmallVec #67

michaelwoerister opened this issue Nov 14, 2022 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@michaelwoerister
Copy link
Collaborator

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.

@yoshuawuyts yoshuawuyts added enhancement New feature or request help wanted Extra attention is needed labels Nov 14, 2022
@jmintb
Copy link
Contributor

jmintb commented Oct 14, 2023

Can I have work on this next? :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants