Kevin-Jin / mmap

Forked from https://r-forge.r-project.org/scm/?group_id=648
1 stars 1 forks source link

Endianness enhancements #17

Closed Kevin-Jin closed 7 years ago

Kevin-Jin commented 7 years ago

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.