JIX framework Wrapper (v4)

Revision 4 of this benchmark created by xercool on


Preparation HTML

<script src="http://testtvbox.inetcom.tv/js/jix.base.js"></script>
<script src="http://testtvbox.inetcom.tv/js/jix.el.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.js"></script>

<script>
   hColl = [1,2,3,4,5,6,7,8,9,10];
</script>

<div id="test">
          <p>one</p>
          <p>two</p>
          <p>three</p>
          <p>four</p>
          <p>five</p>
</div>

<div id="test2">
          
</div>

Test runner

Ready to run.

Testing in
TestOps/sec
jQuery
document.querySelectorAll('#test p').forEach(function(e) {
   $(e).appendTo(document.querySelector('#test2'));
});
ready
JIX
$('#test p').appendTo($('#test2'));
ready

Revisions

You can edit these tests or add more tests to this page by appending /edit to the URL.

  • Revision 1: published by xercool on
  • Revision 2: published by xercool on
  • Revision 3: published by xercool on
  • Revision 4: published by xercool on
  • Revision 5: published by xercool on
  • Revision 6: published by xercool on
  • Revision 7: published by xercool on