I am adding visuals to help someone with this issue.
prepend to --- > append
image.png
image.png
I am having to do a "contains" check and loop over two large lists and its taking over 3 hours.
a simple VB.net like
list1.except(list2).distinct.toList
takes about 2 seconds.
Thanx