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

Benchmark against tinyvec? #30

Open
Milo123459 opened this issue Oct 10, 2021 · 5 comments
Open

Benchmark against tinyvec? #30

Milo123459 opened this issue Oct 10, 2021 · 5 comments

Comments

@Milo123459
Copy link

No description provided.

@cmazakas
Copy link
Owner

What kind of operations did you have in mind for benchmarking?

@Milo123459
Copy link
Author

Constructing a new Vec, pushing something, removing something, things like that.

@DoumanAsh
Copy link
Contributor

I'm not sure if there is any point to compare different things.
minivec provides you with very optimal sized type, but otherwise it is the same as vec so if to benchmark it would be better to do it against std's implementation

@cmazakas
Copy link
Owner

cmazakas commented Oct 11, 2021

Well, I can still do something about this.

I can update the documentation to include a section comparing minivec to other popular implementations of Vec and Vec-like crates.

I think that'd do a bit to help users figure out if this is the right crate for them.

Thank you for filing this issue, Milo

@Milo123459
Copy link
Author

Ah cool, that'd be good. Thanks for making an awesome project.

I'll open this again and just close it once you add what you said to the README.

@Milo123459 Milo123459 reopened this Oct 11, 2021
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

3 participants