Skip to content

Optimize Table::new slightly with null initializers#13519

Open
alexcrichton wants to merge 1 commit into
bytecodealliance:mainfrom
alexcrichton:optimize-table-new-with-null
Open

Optimize Table::new slightly with null initializers#13519
alexcrichton wants to merge 1 commit into
bytecodealliance:mainfrom
alexcrichton:optimize-table-new-with-null

Conversation

@alexcrichton
Copy link
Copy Markdown
Member

Trying to fix some timeouts on OSS-Fuzz where the per-element fill is slow enough to time out. By skipping initialization entirely it should be possibly to bypass those timeouts in theory.

Trying to fix some timeouts on OSS-Fuzz where the per-element fill is
slow enough to time out. By skipping initialization entirely it should
be possibly to bypass those timeouts in theory.
@alexcrichton alexcrichton requested a review from a team as a code owner May 31, 2026 16:12
@alexcrichton alexcrichton requested review from pchickey and removed request for a team May 31, 2026 16:12
@github-actions github-actions Bot added the wasmtime:api Related to the API of the `wasmtime` crate itself label May 31, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

wasmtime:api Related to the API of the `wasmtime` crate itself

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant