You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Wes McKinney (Jira)" <ji...@apache.org> on 2020/03/18 23:20:00 UTC

[jira] [Created] (ARROW-8156) [C++] Add variant of Filesystem::OpenInputFile that has memory-map like behavior if it is possible

Wes McKinney created ARROW-8156:
-----------------------------------

             Summary: [C++] Add variant of Filesystem::OpenInputFile that has memory-map like behavior if it is possible
                 Key: ARROW-8156
                 URL: https://issues.apache.org/jira/browse/ARROW-8156
             Project: Apache Arrow
          Issue Type: Improvement
          Components: C++
            Reporter: Wes McKinney


TensorFlow has the notion of a ReadOnlyMappedRegion

https://github.com/tensorflow/tensorflow/blob/master/tensorflow/core/platform/file_system.h#L106

Rather than toggling memory mapping globally at the LocalFilesystem level, it would be useful for code to be able to request a memory-mapped {[RandomAccessFile}} if memory mapping is possible

See also ARROW-7854



--
This message was sent by Atlassian Jira
(v8.3.4#803005)