Toggle navigation
MeasureThat
.net
Create a benchmark
Tools
Feedback
Feature Requests
FAQ
Register
Log In
Run results for:
lodash.each vs lodah.forEach
Go to the benchmark
Embed
Embed Benchmark Result
Run details:
User agent:
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36
Browser:
Chrome 121
Operating system:
Mac OS X 10.15.7
Device Platform:
Desktop
Date tested:
2 years ago
Benchmark engine:
Benchmark.js
lodash.each
3.7M/s
lodash.forEach
3.2M/s
View exact numbers
Test name
Executions per second
✓
lodash.each
3,669,086 Ops/sec
lodash.forEach
3,170,688 Ops/sec
HTML Preparation code:
<script src="https://cdn.jsdelivr.net/lodash/4.17.10/lodash.min.js"></script>
Script Preparation code:
var value = [{a: 30310}, {b: 100303}, {c: 3040494}]
Tests:
lodash.each
_.each(value, function(v,i) {})
lodash.forEach
_.forEach(value, function(v,i) {})