Closed minuteman3 closed 11 years ago
This change makes the intersection O(n+m) rather than O(n*m), resulting in incredibly significant speed ups for large arrays.
Ugh, don't pull this, apparently it breaks performance on small sets. I'll try and fix that and then submit again later.
This change makes the intersection O(n+m) rather than O(n*m), resulting in incredibly significant speed ups for large arrays.