would like to modify song matching code to use logic of javascript so that it doesn't take as long to import songs, more songs are matched, and matches are more accurate.
acceptance criteria
verify songs import quicker
given a list of songs that previously didn't match very well...
verify more songs are matched
verify songs are more accurately matched
development notes
javascript is quicker to search because it performs each song search asynchronously
would like to modify song matching code to use logic of javascript so that it doesn't take as long to import songs, more songs are matched, and matches are more accurate.
acceptance criteria
development notes