 M LANGUAGES.md
 M SCC-OUTPUT-REPORT.html
 M main.go
 M main_test.go
 M processor/formatters.go
 M processor/processor.go
?? processor/bounded_memory.go
?? processor/bounded_memory_test.go
number of bytes processed. Also note that CSV respects `--by-file` and as such will return a summary by default.

#### CSV-Stream

csv-stream is an option useful for processing very large repositories where you are likely to run into memory issues. It's output format is 100% the same as CSV.

Note that you should not use this with the `format-multi` option as it will always print to standard output, and because of how it works will negate the memory saving it normally gains.
savings that this option provides. Note that there is no sort applied with this option.

#### cloc-yaml

