Skip to content

Conversation

matklad
Copy link

@matklad matklad commented Feb 10, 2022

Naked-eye based optimization -- it feels suboptimal to allocate a Vec
to fetch [0; u32]. Running a macro-benchmark in aurora shows that this
is about a 1% win, so the compiler probably can't eliminate this vec
entirely.

Naked-eye based optimization -- it feels suboptimal to allocate a `Vec`
to fetch `[0; u32]`. Running a macro-benchmark in aurora shows that this
is about a 1% win,  so the compiler probably can't eliminate this vec
entirely.
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