Hi,
I read such files binary by using standard C++ streams. In order to improve speed i use my own stream buffer and reading in chunks (with buffer size). The interpretation of line ends can be done later directly on the buffer.
Up to now i don't use multithreading. It makes only sense for me if you need some further interpretation (parsing) of the data.




Reply With Quote


Bookmarks