@SimoneB, I don't care if it iterates more than once as long as it doesn't kill the memory ... so resources are more critical than time in this case. Question: How does the Single-Threaded pipeline play with the Multi-Threaded Branch ? I think something is inconsistent over here ?
@Miles, I'm using the single-threaded pipeline executer, and still the JoinOperation does use the CachingEnumerable which doesn't respect the pipeline work: A check should be there in the JoinOperation If(Pipeline.UseCache) // then use the cachingEnumerable else // don't use it ... -- You received this message because you are subscribed to the Google Groups "Rhino Tools Dev" group. To view this discussion on the web visit https://groups.google.com/d/msg/rhino-tools-dev/-/vLPKO9szxNcJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rhino-tools-dev?hl=en.
