Skip to content

tracking issue for smallvec enum prototype #599

Description

@alejandro-vaz

@alejandro-vaz have you tried enum SmallVec { Stack(...), Heap(Vec) } solution? I have a feeling we can achieve good optimizations with it. Moving all our api specialized for stack vec and when on Vec simply use alloc provided functions instead.

Originally posted by @fereidani in #590 (comment)

anyone is welcome to make their own prototype implementation as well

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    experimentPossible experimentsgood first issueGood for a first contributorhelp wantedNo clear candidate to implement itp-highhigh priorityr-refactorrelated to refactoring

    Type

    No type

    Projects

    No projects

      Milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions