Split Text node becomes slow with long text

Steps causing the bug to occur

  1. Start the Comp and take a look to the output of the FetchData and the output of the SplitText Nodes

How did the result differ from what you expected?

Start the Comp and take a look to the output of the FetchData and the output of the SplitText Nodes.
The FetchData Output shows up immediately with an Event and the Data, but the Output of the SplitText Node takes a very long Time to come up with some Data.I attached the csv

Other notes

  • Vuo version: 1.2.1
  • macOS version: OS X 10.11

Split_Text.zip (10.7 KB)

Ah, your CSV is 50 KB. After doing a quick time profile, it looks like we should be able to fix that by making the Split Text node’s algorithm more efficient. I’ll adjust the title of this bug report to mention that it applies to large amounts of text.

ok, thanks for your fast respond :)

Improved performance in Vuo 1.2.2.