Skip to content

Fix memory and file handles consumption

  • Lazy file opening on diff calculating so files are opened only when needed
  • Task exception propagate up to the main thread, so when a task crash the whole program follow and don't become a memory eating zombi

Merge request reports