The-Apiary / buzz

A podcast client with functionality inspired by Rdio
0 stars 2 forks source link

Use a bloom filter to check if a user has a episode_data before searching for it's id. #19

Closed everett1992 closed 10 years ago

everett1992 commented 10 years ago

Whenever an episode is sent to a client in JSON format there is a query for the episode_data for that user that may exist. Use a bloom filter to check if query has a chance of returning any results.

everett1992 commented 10 years ago

I think this will take a while to implement, and may not be worth the effort till the project is more popular, so I'm closing this.