How to read fastly files ( I/O operation)

FG home at fgda.pl
Tue Feb 12 08:46:31 PST 2013


On 2013-02-12 17:28, bioinfornatics wrote:
> about threaded version is possible to use get file size function to split it in
> several thread.
> Use fseek read end of section return it to detect end of split to used

Yes, but like already mentioned before, it only works well for SSD.
For normal hard drives you'd want the data stored and accessed in sequence 
without jumping between cylinders whenever you switch threads.
Do you store your data on an SSD?


More information about the Digitalmars-d-learn mailing list