in reply to NON Common Elements between two columns
Also consider putting the two lists into, say, an SQLite database (file), at which point you can simply use a left outer join to find the non-matching elements from either or both lists. You might discover many benefits to putting these lists into SQLite tables. (There is no "database server" involved in this scenario.)