What is the big O complexity of disk_log:chunk_step() ?<br><br>My situation is that I will have a very large log that is to be displayed in a window with a scrollbar.  I want to step to the Nth record very quickly and then read the next 50 records or so for display in my window.
<br><br>Thanks,<br>Dan.<br>