_.compact vs filter(Boolean)Fastest: _.compact (1.3x faster)
9,580,706 ops/sec
7,605,521 ops/sec
Results show median performance across all community submissions. Run this benchmark yourself to verify on your device.
| Test case name | Result |
|---|---|
| _.compact | |
| filter(Boolean) |
| Test name | Executions per second |
|---|---|
| ✓ _.compact | 42,094,860 Ops/sec |
| filter(Boolean) | 36,469,500 Ops/sec |