Kevin-Jin / mmap

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

String enhancements #14

Closed Kevin-Jin closed 7 years ago

Kevin-Jin commented 7 years ago

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.