FooSoft / yomichan

Japanese pop-up dictionary extension for Chrome and Firefox.
https://foosoft.net/projects/yomichan
Other
1.06k stars 213 forks source link

Optimize AnkiConnect.findNoteIds #2190

Closed toasted-nutbread closed 2 years ago

toasted-nutbread commented 2 years ago

This change updates AnkiConnect.findNoteIds to not run multiple of the same query. Instead, it will run the query only once and internally distribute the results into resulting array.

Addresses part of the issue mentioned in #2184.