Bug Tracker

Opened 11 years ago

Closed 11 years ago

#11826 closed bug (fixed)

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.

Change History (3)

comment:1 Changed 11 years ago by timmywil

Component: unfiledselector
Milestone: None1.next
Owner: set to timmywil
Priority: undecidedhigh
Status: newassigned

comment:2 Changed 11 years ago by timmywil

Milestone: 1.next1.8

comment:3 Changed 11 years ago by timmywil

Resolution: fixed
Status: assignedclosed

Move quickIs to Sizzle; Remove duplicate id matching in init; Added selector caching to Sizzle. Fixes #11826.

Changeset: 713cc8609637a943f77039726d96f5e9f7a36f2b

Note: See TracTickets for help on using tickets.