Skip to content

Commit 39c75f5

Browse files
committed
Add TODO idea
1 parent 3671e0b commit 39c75f5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ext/dom/parentnode/css_selectors.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
#include "lexbor/css/parser.h"
2626
#include "lexbor/selectors-adapted/selectors.h"
2727

28+
// TODO: optimization idea: cache the parsed selectors in an LRU fashion?
29+
2830
typedef struct {
2931
HashTable *list;
3032
dom_object *intern;

0 commit comments

Comments
 (0)