Skip to main content
Question

Why is the LineOnLineOverlayer slower than the Intersector?

  • March 8, 2018
  • 1 reply
  • 20 views

fmelizard
Safer
Forum|alt.badge.img+20

My inputs and outputs are the same, but the LineOnLineOverlayer is significantly slower than the Intersector. Why does the same process takes longer in one vs. the other? Is the Intersector preferable over the LineOnLineOverlayer?

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

nathanatsafe
Safer
Forum|alt.badge.img+9
  • Safer
  • 284 replies
  • March 8, 2018

The LineOnLineOverlayer and Intersector have very similar components under the hood. In certain translations, you might find that the Intersector performs better as it is slightly more efficient than the LineOnLineOverlayer, which has a few more layers sitting on top of the core code. It's hard to say if there is a clear cut winner in all situations, though. We're aware of the mismatch between these two similar transformers, and are currently investigating optimizations.

Nathan