Skip to content
Snippets Groups Projects
Commit 223b1588 authored by Dimitrios Apostolou's avatar Dimitrios Apostolou
Browse files

Avoid invoking diff for short outputs that are identical

Commands with short outputs, like `stat`, `getfacl` and `lsattr`, now store
all their output in memory buffers and we run an in-memory comparison first.
We proceed to call `diff` only if the buffers are not identical.
parent cc38d8e4
No related branches found
No related tags found
1 merge request!72Performance and logging fixes
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment