Test name | Executions per second |
---|---|
isEmpty empty array | 2790907.2 Ops/sec |
length empty array | 6325057.0 Ops/sec |
custom isEmpty empty array | 1892521.2 Ops/sec |
isEmpty array of strings | 2781985.2 Ops/sec |
length array of strings | 6230020.0 Ops/sec |
custom isEmpty array of strings | 1476124.5 Ops/sec |
isEmpty array of objects | 2785795.2 Ops/sec |
length empty array of objects | 6267969.5 Ops/sec |
custom isEmpty array of objects | 1568081.4 Ops/sec |
isEmpty empty string | 3342131.2 Ops/sec |
length empty string | 6239350.0 Ops/sec |
custom isEmpty empty string | 2481998.0 Ops/sec |
isEmpty filled string | 3372925.0 Ops/sec |
length filled string | 6219536.5 Ops/sec |
custom isEmpty filled string | 2398670.5 Ops/sec |