TODO for lrzip program

Add timers for current running time and for each
data chunk. Could also add timer to _guesstimate_
time to go. Possible method would be to time
chunk compression and divide chunk size by
total file size. Extrapolate time from there.
(total time done for each file now).

Add log file option so that output could be
saved for review.

Add test function that would only run lzo_compresses
for a current file without doing any writes.

Update Makefile.darwin

Update README file to include updated Benchmarks.

Fix all the hackish printf statements.

Consider ncurses version or even GUI one.

Consider use of a configuration file to store
frequently used options.
