Commit 05c1f32
Ralf Schlatterbeck
Small performance-improvement and bug-fix for indexer:
In rare cases find will return duplicate ids. The previous check that
re-initialized the value would never match (id at that point was python's
built-in function id). It's faster to not re-process an id when it has
been seen.1 parent ec68ba4 commit 05c1f32
1 file changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
90 | | - | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
91 | 92 | | |
92 | 93 | | |
93 | 94 | | |
| |||
0 commit comments