Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 223 Bytes

benchmark-report.md

File metadata and controls

8 lines (6 loc) · 223 Bytes

Comparison between lodash intersection and bitwise-&

lodash intersection x 566,372 ops/sec ±3.88% (88 runs sampled)
bitwise and x 89,164,611 ops/sec ±0.96% (90 runs sampled)

Conclusion : Bitwise-& is faster.