TODO for lrzip program 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. This makefile is now useless and needs a complete overhaul. Update README file to include updated Benchmarks. Fix all the hackish printf statements. Consider ncurses version or even GUI one. Consider using LZMA Filters for processor-optimized coding to increase compression. ** COMPLETED ITEMS ** 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). Consider use of a configuration file to store frequently used options.