Comment on The Most Expensive One-byte Mistake (2011)parentComments−1amzave12yWhen the serialization format matches the in-memory format, you can mmap directly into a struct, which is fast and convenient....and a non-starter if you ever have data interchange between differing types of machines.
Comments
...and a non-starter if you ever have data interchange between differing types of machines.