Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 105 Bytes

NOTES.md

File metadata and controls

3 lines (2 loc) · 105 Bytes

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

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