Skip to content
  • Natanael Copa's avatar
    use iterator functions to import logfiles · 33459f27
    Natanael Copa authored
    Rather than passing over a table with the entire parsed logfile we pass
    over an iterator function.
    
    This way we dont need to have the entire logfile in memory at the same
    time and we can handle extremely big logfiles without consume lots of
    memory.
    33459f27