by krolaw:
At the moment, large outputs of formatted data, require the data in large memory
consuming arrays. Adding channel support seems to be a natural fit to the templates
writer, as the channel could be filled by a reader.
In my case, I want to reformat/convert large binary logs. Template library is a perfect
fit, except I must load the data into an array first using ram, which, unfortunately,
ram requirements do not allow (embedded device with large compact flash).