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

chore: remove some excessive allocs in hot path #13176

Merged
merged 1 commit into from
Dec 6, 2024

Conversation

mattsse
Copy link
Collaborator

@mattsse mattsse commented Dec 6, 2024

ref

#12842 (comment)

there a few more things that are very suboptimal in this impl, but this would require larger changes.

this no longer allocates based on softlimit, which doesn't make sense.

@mattsse mattsse added C-perf A change motivated by improving speed, memory usage or disk footprint A-tx-pool Related to the transaction mempool labels Dec 6, 2024
@mattsse mattsse enabled auto-merge December 6, 2024 11:22
@mattsse mattsse added this pull request to the merge queue Dec 6, 2024
Merged via the queue into main with commit cb3e9f8 Dec 6, 2024
42 checks passed
@mattsse mattsse deleted the matt/remove-some-excessive-allocs branch December 6, 2024 14:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-tx-pool Related to the transaction mempool C-perf A change motivated by improving speed, memory usage or disk footprint
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants