Hi
in old PB3.5 i used MAP statement to speed up writing numbers
to the disk using PUT and then reading them back by GET - it worked well, much
faster than ordinary PRINT.
I've tested PRINT to Sequential and Binary files (Random is actually
slower due to string conversions) and the speed is about the same.
As the other operations of PB/DLL are lightning fast,
printing to the file is the part of my program
which slows down app considerably (talking of Megs of numbers).
Any suggestions
Branko
------------------
in old PB3.5 i used MAP statement to speed up writing numbers
to the disk using PUT and then reading them back by GET - it worked well, much
faster than ordinary PRINT.
I've tested PRINT to Sequential and Binary files (Random is actually
slower due to string conversions) and the speed is about the same.
As the other operations of PB/DLL are lightning fast,
printing to the file is the part of my program
which slows down app considerably (talking of Megs of numbers).
Any suggestions
Branko
------------------
Comment