1d7617f gather: Avoid reading whole log into memory

Authored and Committed by lsedlar 6 years ago
    gather: Avoid reading whole log into memory
    
    There's no reason for reading the whole log of depsolving into memory
    just to split it into lines and process one line at a time.
    
    We can just as well read it in chunks.
    
    Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
    
        
file modified
+4 -6
file modified
+1 -1