Skip to content

Optimize data transfer between pure python nodes #86

Open
@chrisgorgo

Description

@chrisgorgo

Currently when two pure python nodes (like nipy GLM fit and contrast estimate) are connected (A->B) node A saves the data to file and node B reads it. The reading phase could be skipped by sending the data directly to node B. This, however, creates some problems:

  1. It will not work with "timestamp" hashing.
  2. Big chunks of data will have to be kept in memory until receiving nodes will be executed.

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