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 | 10514.1 Ops/sec |
Convert JS Set to array, construct new Set | 17134.7 Ops/sec |
Array.from, construct new Set | 17809.6 Ops/sec |