|
Rici Lake wrote:
Presumably, the files are in order, so you could do a binary search instead of a linear search, even though the records are variable length. Use the :seek() method to move about in the file.
You're right. Also, one can use some database instead of CSV. -- Shmuel