Chriscbr / thinset

A data structure for sparse sets of unsigned integers.
Apache License 2.0
2 stars 1 forks source link

Look into using MaybeUninit #3

Closed Chriscbr closed 6 months ago

Chriscbr commented 8 months ago

I wonder if this is safer or more efficient than the current initialization scheme

https://github.com/Chriscbr/thinset/blob/d4847dac284e9579bd55608bb6b26f9bf1c9077d/src/lib.rs#L61-L65