We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bab1118 commit 8785e14Copy full SHA for 8785e14
ext/dom/lexbor/lexbor/selectors-adapted/selectors.c
@@ -20,7 +20,7 @@
20
21
/* TODO: performance improvement idea: use more interned string comparisons when possible */
22
23
-/* Note: this is a bit faster on my i7-4790 */
+/* Note: casting and then comparing is a bit faster on my i7-4790 */
24
#define CMP_NODE_TYPE(node, ty) ((unsigned char) (node)->type == ty)
25
26
/**
0 commit comments