lovasoa / fast_array_intersect

The fastest javascript array intersection function
https://www.npmjs.com/package/fast_array_intersect
MIT License
24 stars 4 forks source link

Remove redundant Map.set #4

Closed tinovyatkin closed 2 years ago

tinovyatkin commented 2 years ago

We don't use this map anymore after that point, so, no reason to set value.

tinovyatkin commented 2 years ago

Sorry, didn't notice you don't want unique elements only.