I have following problem: I have large txt file in which I have to find particular data.
What is the best way to divide file to allow to look in it by different threads?
It should be done by counting new line marks and setting after which new line particular thread should look for values?
Any hint would be priceless.
BR/T