Skip to content

Commit 8785e14

Browse files
committed
Clarification
1 parent bab1118 commit 8785e14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/dom/lexbor/lexbor/selectors-adapted/selectors.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
/* TODO: performance improvement idea: use more interned string comparisons when possible */
2222

23-
/* Note: this is a bit faster on my i7-4790 */
23+
/* Note: casting and then comparing is a bit faster on my i7-4790 */
2424
#define CMP_NODE_TYPE(node, ty) ((unsigned char) (node)->type == ty)
2525

2626
/**

0 commit comments

Comments
 (0)