PDA

View Full Version : Storing file info in memory



Kimi
07-11-2004, 09:02 PM
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.?

Spoon
07-11-2004, 09:48 PM
It is stored as a sequential fixed length list, computers are very fast at searching say only 2000 tracks when stored this way.