Object.create(null) vs {}Fastest: {} (34.0x faster)
428,798 ops/sec
12,615 ops/sec
Results show median performance across all community submissions. Run this benchmark yourself to verify on your device.
| Test case name | Result |
|---|---|
| Object.create(null) | |
| {} |
| Test name | Executions per second |
|---|---|
| ✓ {} | 216,596 Ops/sec |
| Object.create(null) | 158,642 Ops/sec |