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 | 45868.6 Ops/sec |
Convert JS Set to array, construct new Set | 78503.3 Ops/sec |
Array.from, construct new Set | 83535.9 Ops/sec |