DigitalPiranesi / Manifest-Generator

Apache License 2.0
0 stars 0 forks source link

2023/24: Optimize URL Searching #25

Open adamskeefer opened 1 year ago

adamskeefer commented 1 year ago

Right now, BookInfoRetriever.js uses a for loop to iterate through every url to compare with user input.

I am going to look into how using various searching algorithms may speed up the process of matching urls.