Daraus ergibt sich aber immerhin schon eine Einsparung von ca. 10kb.
Das liegt vor allem daran, dass die ganze Abstraktion für querySelectorAll() fehlt
Nein, jQuery 2.0 enthält immer noch Sizzle. Man kann aber einen Custom-Build erstellen ohne Sizzle: »When this module is excluded, it is replaced by a rudimentary selector engine based on the browser's querySelectorAll method that does not support jQuery selector extensions or enhanced semantics. See the selector-native.js file for details.«
querySelectorAll ist nach wie vor kaputt, u.a. was Queries ausgehend von einem Element tief im DOM betrifft. Ob diese experimentelle Engine das berücksichtigt, weiß ich nicht.
Grüße,
Mathias