Resolve #10. This should allow the backing files to be more portable and useful for persisting data across machines. The default byte order is big endian to correspond with network byte order (i.e. the XDR endianness). Once we implement a way to save the Ctype attributes to the backing files, the default byte order should be switched to "platform" to enhance performance without introducing ambiguity. Some work was also done to pave the way for #1, #12, #15, and #13.
Resolve #10. This should allow the backing files to be more portable and useful for persisting data across machines. The default byte order is big endian to correspond with network byte order (i.e. the XDR endianness). Once we implement a way to save the
Ctype
attributes to the backing files, the default byte order should be switched to "platform" to enhance performance without introducing ambiguity. Some work was also done to pave the way for #1, #12, #15, and #13.