idanarye / rust-typed-builder

Compile-time type-checked builder derive

Home Page:https://crates.io/crates/typed-builder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Try mem::MaybeUninit

mo8it opened this issue · comments

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)

commented

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