isObject vs typeof vs isObjectLikeFastest: typeof (1.7x faster)
131,448,240 ops/sec
81,076,760 ops/sec
79,202,760 ops/sec
Results show median performance across all community submissions. Run this benchmark yourself to verify on your device.
| Test case name | Result |
|---|---|
| isObject | |
| typeof | |
| isObjectLike |
| Test name | Executions per second |
|---|---|
| ✓ typeof | 155,357,232 Ops/sec |
| isObjectLike | 142,293,376 Ops/sec |
| isObject | 141,247,632 Ops/sec |