C# code to perform Binary search in a very big text file
Posted
by Alex
on Stack Overflow
See other posts from Stack Overflow
or by Alex
Published on 2010-04-13T15:13:55Z
Indexed on
2010/04/13
15:33 UTC
Read the original article
Hit count: 302
Is there a library that I can use to perform binary search in a very big text file (can be 10GB).
The file is a sort of a log file - every row starts with a date and time. Therefore rows are ordered.
© Stack Overflow or respective owner