vaex icon indicating copy to clipboard operation
vaex copied to clipboard

feat: define VAEX_USE_MMAP=False to avoid using memory mapping

Open maartenbreddels opened this issue 4 years ago • 0 comments

This gives an option to try to not use memory mapping, which might be useful for debugging, or to inspect the performance under OSX using mmap or not.

maartenbreddels avatar Dec 11 '20 14:12 maartenbreddels