Run details:
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:104.0) Gecko/20100101 Firefox/104.0
Firefox 104
Windows
Desktop
2 years ago
Test name Executions per second
LoDash 184616.7 Ops/sec
Native 187980.3 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());