On another note, it is dangerous to compare the two based purely upon speed of execution.
If you REALLY want speed, then you should be programming in Assembly Language. I spent most of the first part of my career programming assembly language for things ranging from personal computers to rail and bus ticket machines. It is fun and the code runs awesomely fast. However, doing anything takes a lot of effort and you soon learn to develop (or find) higher level libraries and languages to make life easier and development much faster.
Whilst typing this message, there are several "layers" of abstraction running to make the website easy to develop and maintain. At the top layer there is Zoho's discussion framework. Next layer down there is jQuery (actually, there may even be another level of abstraction between this and Zoho's Framework, perhaps something like Drupal?). Next layer down there is JavaScript. Next layer down is C++ (because Chrome's V8 JavaScript Engine is built upon that). Next layer down is Assembly Language.
Do not judge jQuery mainly by its speed. Like I said, if you really want speed, you should save your judgement and use Assembly Language. I can give yo a quick trainer course in X86 assembly language if you need it

.
Best wishes for your research.
Alan