Effective Method to Manage and Search Through 100,000+ Objects Instantly? (C#)
- by Kirk
I'm writing a media player for enthusiasts with large collections (over 100,000 tracks) and one of my main goals is speed in search. I would like to allow the user to perform a Google-esque search of their entire music collection based on these factors:
Song Path and File Name
Items in ID3 Tag (Title, Artist, Album, etc.)
Lyrics
What is the…