Run details:
Mozilla/5.0 (Android 5.0.2; Mobile; rv:61.0) Gecko/61.0 Firefox/61.0
Firefox Mobile 61
Android 5.0.2
Mobile
6 years ago
Test name Executions per second
jQuery 3.1.1 Slim 43962.7 Ops/sec
Vanilla JS 511696.8 Ops/sec
HTML Preparation code:
AخA
 
1
<script src="//ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.slim.min.js"></script>
2
<div class="test"></div>
3
<div class="test2"></div>
Tests:
  • jQuery 3.1.1 Slim

     
    var el = $(".test");
  • Vanilla JS

     
    var el = document.getElementsByClassName('test');