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 | 10014.9 Ops/sec |
Convert JS Set to array, construct new Set | 19342.0 Ops/sec |
Array.from, construct new Set | 20631.1 Ops/sec |