Skip to content

Use tinyvec #89

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

Closed
wants to merge 1 commit into from
Closed

Use tinyvec #89

wants to merge 1 commit into from

Conversation

JakubOnderka
Copy link
Contributor

Utilising tinyvec::ArrayVec instead of Vec provides around 10 % better performance

Utilising tinyvec::ArrayVec instead of Vec provides around 10 % better performance
@oschwald
Copy link
Owner

oschwald commented Feb 9, 2025

I'd like to limit the number of dependencies, particularly in the default install. Although I have having a hard time showing a noticeable performance difference between the three implementations with the included benchmarks, what about something like this instead?

@oschwald
Copy link
Owner

I am closing this in favor of #90.

@oschwald oschwald closed this Feb 16, 2025
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

Successfully merging this pull request may close these issues.

2 participants