Run details:
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:97.0) Gecko/20100101 Firefox/97.0
Firefox 97
Windows
Desktop
3 years ago
Test name Executions per second
LoDash 77586.6 Ops/sec
Native 78554.6 Ops/sec
HTML Preparation code:
x
 
1
2
<script src='https://cdnjs.cloudflare.com/ajax/libs/lodash.js/4.17.5/lodash.min.js'></script>
Script Preparation code:
 
var str = "somestring";
Tests:
  • LoDash

     
    console.log(_.toUpper(str));
  • Native

     
    console.log(str.toUpperCase());