kowainik / typerep-map

⚡️Efficient implementation of Map with types as keys
https://kowainik.github.io/projects/typerep-map
Mozilla Public License 2.0
99 stars 17 forks source link

Add intersection/intersectionWith #96

Closed ChrisPenner closed 3 years ago

ChrisPenner commented 4 years ago

Uses some work from #93 ; I.e. this uses the same merge sort strategy, but omits elements that aren't in both maps.

Here's the only new commit

ChrisPenner commented 3 years ago

Rebased and ready for review 👍

chshersh commented 3 years ago

@ChrisPenner I guess it should be okay to rebase on master now :slightly_smiling_face:

chshersh commented 3 years ago

@ChrisPenner Awesome job! Thanks again! Also, I see that typerep-map gained a few extra stars on GitHub after you've started contributing :star2: :star_struck: :star: Thanks a lot of improving the project :pray: