11462: Store CollectionReader objects in a central cache to avoid redundant
authorPeter Amstutz <peter.amstutz@curoverse.com>
Thu, 13 Apr 2017 19:11:39 +0000 (15:11 -0400)
committerPeter Amstutz <peter.amstutz@curoverse.com>
Thu, 13 Apr 2017 19:13:41 +0000 (15:13 -0400)
commitda32ae2a73012ce55cb89b2de9a4716b2800eee1
tree2765d877d6b7f6b2fa0759ec71d74d3d9d84c32f
parent29d77300205e485be6595d9cd9276c246f3f89b7
11462: Store CollectionReader objects in a central cache to avoid redundant
fetches & storing multiple copies.  On pipeline with large inputs, reduced
memory usage by up to 70%.
sdk/cwl/arvados_cwl/__init__.py
sdk/cwl/arvados_cwl/fsaccess.py
sdk/cwl/tests/test_container.py
sdk/cwl/tests/test_job.py