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

Save 10 ms by using Vec instead of VecDeque #2254

Merged
merged 1 commit into from
Feb 11, 2025
Merged

Conversation

Centril
Copy link
Contributor

@Centril Centril commented Feb 11, 2025

Description of Changes

Fixes #2253.

API and ABI breaking changes

None

Expected complexity level and risk

1

Testing

Covered by existing tests.

@Centril Centril enabled auto-merge February 11, 2025 22:45
Copy link
Contributor

@cloutiertyler cloutiertyler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Alright let's do it!

@Centril Centril added this pull request to the merge queue Feb 11, 2025
@coolreader18
Copy link
Collaborator

benchmarks please

@coolreader18
Copy link
Collaborator

who knows if that's even still working

@cloutiertyler
Copy link
Contributor

could be, I like the optimism

Copy link

github-actions bot commented Feb 11, 2025

Callgrind benchmark results Error when comparing benchmarks: Couldn't find AWS credentials in environment, credentials file, or IAM role.

Caused by:
Couldn't find AWS credentials in environment, credentials file, or IAM role.

Copy link

github-actions bot commented Feb 11, 2025

Criterion benchmark results

Error when comparing benchmarks: Couldn't find AWS credentials in environment, credentials file, or IAM role.

Caused by:
Couldn't find AWS credentials in environment, credentials file, or IAM role.

Merged via the queue into master with commit 14d21c4 Feb 11, 2025
15 checks passed
@Centril Centril deleted the centril/iterbuf-use-vec branch February 12, 2025 08:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Consider relacing VecDeque with Vec in ITER_BUFS
3 participants