in reply to Re: Best method to diff large array
in thread Best method to diff very large array efficiently

Hi Rolf,

Thank you for responding.

Good point on the sort, it is not required, I will remove that from my example.

The goal for the code is to find what data is missing from @arr_1.

AJ