Address #240: Add hashtable for set-exclusive-or
When the lists are long enough, use a hashtable to determine membership. We hash both list1 and list2 to determine membership.
Add some tests for set-exclusive-or as well to test the hashtable version as well as the list version.