Closed yasirysr47 closed 8 months ago
So basically, In a song there can be some parts which are repeating, therefore they will have same hashes and time offets, therefore we drop them, the reason we did not used sets was because sets are not ordered, and we needed to store data in the correct order.
ok cool, that makes sense.
I will see how it performs when DB is of GB or TB of data
https://github.com/akgupta1337/Shazzam-Clone/blame/75b18e81d8cfbfc10710b79d5227942ee405dbec/logic/Shazzam.py#L154