Is there a faster way to test if two lists have the exact same elements
than Pythons built in == operator? – stackoverflow.com
If I have two lists, each 800 elements long and filled with integers. Is
there a faster way to compare that they have the exact same elements (and
short circuit if they don't) than using the built in …
No comments:
Post a Comment