Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
ManifoldCF 1.7
-
None
Description
The ManifoldCF pipeline, when it splits, dumps data to disk. Since most files are small, it should be more intelligent about this, and keep data in memory up to a certain size.
Turns out that TempFileInput and TempFileCharacterInput already support this functionality, so just changing over to support these core constructs would do the trick.