metaflow
metaflow copied to clipboard
Reduce the memory overhead of artifact serialization
Artifact serialization at the end of a task creates a copy of each artifact in memory for a short while. This is problematic especially locally when you have N tasks serializing artifacts in parallel.
We should look into reducing the overhead. Context https://gitter.im/metaflow_org/community?at=5f7bdb663d3d0d749a307ea3
Is there any context to this issue available any more? The original gitter link seems to not be publicly accessible, it is possible to reproduce it here on on the Slack Channel?