FASTER
FASTER copied to clipboard
apply [SkipLocalsInit]
context: https://github.com/microsoft/FASTER/issues/904
it looks like the code doesn't actually use stackalloc etc (which is surprising), which makes this simpler; there are quite a few [FieldOffset], which can in theory leave uninitialized holes in types - but... I don't think the code does anything wrong there. Eyeballs encouraged!