Hi
I have a big process to handle data from file. Benchmark is 130Mb file with 3Mio lines.
I use a lots of Delete,Copy,Length and Pos function to handle strings.
Does anybody have faster functions that Delphi's that would do the same thing, just faster?
The biggest file is 1GB with 35Mio lines, so any improvement in speed would be great. At the momen it process 130Mb in 100s and 1GB in 15mins... I did a lot of optimization of code and I think I could get it done even faster with maybe some functions that use assembler code.
Please advise
Thanx Tilen
I have a big process to handle data from file. Benchmark is 130Mb file with 3Mio lines.
I use a lots of Delete,Copy,Length and Pos function to handle strings.
Does anybody have faster functions that Delphi's that would do the same thing, just faster?
The biggest file is 1GB with 35Mio lines, so any improvement in speed would be great. At the momen it process 130Mb in 100s and 1GB in 15mins... I did a lot of optimization of code and I think I could get it done even faster with maybe some functions that use assembler code.
Please advise
Thanx Tilen