Commit ca738e5
authored
Micro-optimization: Avoid temporary set creation in is_proper_subtype (#19463)
This was suggested by @sterliakov in
#19384 (comment)
This is a part of a set of micro-optimizations that improve self check
performance by ~5.5%.1 parent 6f7d716 commit ca738e5
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
217 | 217 | | |
218 | 218 | | |
219 | 219 | | |
220 | | - | |
221 | | - | |
| 220 | + | |
| 221 | + | |
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
| |||
0 commit comments