pebble icon indicating copy to clipboard operation
pebble copied to clipboard

Is anyone using the parallel tag?

Open hectorlf opened this issue 6 years ago • 3 comments

While the idea is good and all, I can't find a justification for it. And, unfortunately, it has no place in an asynchronous reactive app. So, please speak up, is anyone using it, and what is the use case?

hectorlf avatar Apr 26 '18 22:04 hectorlf

Originally, it was a PR from @thomashunziker. See #116

ebussieres avatar May 01 '18 10:05 ebussieres

What sort of processing would someone be doing at the template level to be using this? Definitely curious too. Never used the feature. Besides - wouldn't it be more efficient if the template can "intelligently" parallel the processing if it ever needed? i.e. splitting up tag processing.

re-thc avatar Jul 14 '18 07:07 re-thc

no - never used it. Processing the model in a parallel task would make make more sense, because normally getting the data is a lot more time consuming than parsing a template.

jochen777 avatar Jul 14 '18 08:07 jochen777