CompressedLineStorage now supports >4GB files.
Adjust the performance analysis script.
Now close the file when it's not read.And new AbstractLogData::getLines() function to speed up getting multiple lines.
Implement asynchronous loading and indexing in a worker thread. Also add a more comprehensive unit test suite for LogData.
LogFilteredData now use a faster bisection method to find lines.
Add script to generate test logs.
Add perf script to analize log files.