idanarye/rust-typed-builder

Try mem::MaybeUninit

mo8it opened this issue · 1 comments

mo8it commented

Do you think that using mem::MaybeUninit would improve the performance? I would love to try it out and benchmark.

It will be unsafe though.

More context: estebank/makeit#16 (comment)

mo8it commented

Closed because benchmark results did show that MaybeUninit is not faster: estebank/makeit#16 (comment)