Side navigation
#11826 closed bug (fixed)
Opened May 28, 2012 04:48PM UTC
Closed June 19, 2012 03:13AM UTC
Explore a parsed caching system for matchesSelector within Sizzle
Reported by: | timmywil | Owned by: | timmywil |
---|---|---|---|
Priority: | high | Milestone: | 1.8 |
Component: | selector | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Explore a parsed selection cache that would hold 50 (or however many) of the most recent selectors already parsed. This would remove the need for quickIs in event and make matchesSelector use in event delegation much faster.