Need your advise.
If I have many data (million) and I want to put them in external file. What should it be? A DLL file (the data will store in array) or just store it in plaintext?
I want the program can find the data very fast in external file and of course the memory consumtion is small. I dont want to use Access and so on or any runtime file.