planttheidea / fast-copy

A blazing fast deep object copier
MIT License
1.13k stars 31 forks source link

Improve set copy #14

Closed domoritz closed 5 years ago

domoritz commented 5 years ago

Instead of https://github.com/planttheidea/fast-copy/blob/master/src/utils.js#L223, wouldn't it be faster to just copy a set with new Set(oldSet)?

domoritz commented 5 years ago

I see there was a discussion about this in https://github.com/planttheidea/fast-copy/issues/7