Skip to content

Address #240: Speed up intersection by using a hashtable

Raymond Toy requested to merge issue-240-intersection-with-hash-table into master

Use a hashtable to speed up intersection when the test is suitable and the second list is long enough.

Merge request reports