Skip to content

Check if smallvec is any faster than vec #3

Description

@heca-project

Right now we return smallvec, but I'm not sure that it's any faster than vec (it could potentially be slower, since vec doesn't have to move it's backing store).

We should benchmark it both ways, and remove if it doesn't provide any significant speed improvement.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions