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

Add stack vector implementation #147

Open
Konard opened this issue Apr 19, 2022 · 1 comment
Open

Add stack vector implementation #147

Konard opened this issue Apr 19, 2022 · 1 comment

Comments

@Konard
Copy link
Member

Konard commented Apr 19, 2022

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.

@uselessgoddess
Copy link
Member

I don't see where it can be used yet

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants