Run details:
Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36
Chrome 59
Windows 7
Other
7 years ago
Test name Executions per second
jQuery 3.1.1 Slim 66274.7 Ops/sec
Vanilla JS 377263.6 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');