Skip to content

Add stack vector implementation #147

@konard

Description

@konard

It can be a separate implementation or specific allocator implementation for std::vector.

It may use an array of fixed size and variable length.

https://stackoverflow.com/questions/354442/looking-for-c-stl-like-vector-class-but-using-stack-storage

It can be useful to make github.com/linksplatform/Data.Doublets work faster.

To use it, it should give better performance than std::vector.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions