Board index » delphi » Most efficient sort text file routine, sort algorithms
Com...@lottery.powernet.co.uk (Matthew)
![]() Delphi Developer |
Mon, 01 Nov 1999 03:00:00 GMT
Most efficient sort text file routine, sort algorithmsI have a text file. Each line begins with a date like "19970515". I am avoiding a database with an index, because File example: 19970514 This is a record I am looking for a clever way to sort this file in the most efficient So I am thinking: TStringList.loadFromFile; Using Delphi 16-bit, I wonder, what are the limits to the number of I seem to remember some old-fashioned sort algorithm. Two files would Email me. I reply to every email. |