Skip to content
  1. Dec 23, 2015
  2. Dec 26, 2014
  3. Dec 05, 2014
  4. Nov 08, 2012
  5. Nov 06, 2012
  6. Sep 14, 2012
  7. Sep 13, 2012
  8. Aug 27, 2012
  9. Apr 27, 2012
  10. Apr 18, 2012
    • Bryant Mairs's avatar
      Refactored the LogCompressor. It wasn't properly handling certain message... · 6ba5787c
      Bryant Mairs authored
      Refactored the LogCompressor. It wasn't properly handling certain message logging files that mixed messages (Issue #70).
      One note is that this logger should work correctly as I've tested it, but could have some edge cases. It is pickier about the file format that it will sparse, but I don't know if the error-checking stuff from the old code would have actually worked. This can also be easily re-added.
      
      This code is also much faster than the old stuff. From what I could tell it scanned through the log file at least twice, I think three times. It also copied a lot of data into memory instead of reading, processing, and writing one line at a time, so memory use should be much lower. Some memory leaks from the old code were also refactored out, so lifetime memory use should be down.
      6ba5787c
  11. Jul 19, 2011
  12. Jul 18, 2011
  13. Mar 30, 2011
  14. Jan 07, 2011
  15. Jan 05, 2011
  16. Jan 04, 2011
  17. Jan 03, 2011
  18. Aug 21, 2010
  19. Aug 20, 2010
  20. Aug 15, 2010
  21. May 14, 2010
  22. Apr 03, 2010
Loading