Open
Description
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:
- It will not work with "timestamp" hashing.
- Big chunks of data will have to be kept in memory until receiving nodes will be executed.