In my previous post on converting enums to bytes I didn't achieve any noticeable speed up using unsafe code, probably because the safe conversion is so simple. What about a more complex conversion that could be done in a different way using unsafe code?
A 64-bit long can