i am just curious to how you store file info in memory in the music database.
a huge array of objects would be the easiest, but at great cost when searching, so i am guessing you use some form of tree, system, but that would bring in its own set of problems when searching multiple fields.?
a huge array of objects would be the easiest, but at great cost when searching, so i am guessing you use some form of tree, system, but that would bring in its own set of problems when searching multiple fields.?
Comment