Skip to content

refactor(semantic-scholar): more efficient server matching

Ben Whitmore requested to merge semantic-scholar-efficiency-tweak-20240229 into main

Reduced the number of string manipulations needed to filter imports to just those from the specified servers. This was very inefficient especially when a lot of servers were selected.

Merge request reports