Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 149 Bytes

File metadata and controls

5 lines (3 loc) · 149 Bytes

MaybeUninit<[u8; N]> vs [0u8; N]

Need to profile differences to see if the unsafe is worth it.

Seems like using it as out pointers helps.