Test case name | Result |
---|---|
Immutable.Set union | |
Convert JS Set to array, construct new Set | |
Array.from, construct new Set |
Test name | Executions per second |
---|---|
Immutable.Set union | 6832.5 Ops/sec |
Convert JS Set to array, construct new Set | 14805.7 Ops/sec |
Array.from, construct new Set | 17217.8 Ops/sec |