8000 GitHub · Where software is built
[go: up one dir, main page]

Skip to content

ENH: pickling of memmap results in copy of data #30574

@tomato42

Description

@tomato42

Proposed new feature or change:

When using multiprocessing, if a memmap object is one of the parameters passed to the processes, the file contents are pickled, not information necessary to memory map the file again.

It would allow for much better operation (and performance) if the unpickling recreated the actual memory map.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0