Resolve #2 and #9. This should fix some of the important gotchas surrounding the use of mmap for character vectors (namely: user-visible padding in the form of spaces, inability to store NAs, and corruption of non-ASCII text). The truncation of strings assigned after the mmap is created is a more involved issue and is left to #4 and #11.
Resolve #2 and #9. This should fix some of the important gotchas surrounding the use of
mmap
forcharacter
vectors (namely: user-visible padding in the form of spaces, inability to store NAs, and corruption of non-ASCII text). The truncation of strings assigned after themmap
is created is a more involved issue and is left to #4 and #11.