aboutsummaryrefslogtreecommitdiffstats
path: root/examples/process_diff.rs
Commit message (Collapse)AuthorAgeFilesLines
* attempt to avoid copies by writing directly to a std::io::Writedirect-writeJesse Luehrs2019-11-131-6/+6
| | | | | | | this turns out to be slower, i think because it ends up doing a much larger number of small writes, and the copying overhead isn't as high as going through all of the machinery involved in stdout locking/buffering/syscalls/etc.
* add Default impl for ParserJesse Luehrs2019-11-101-1/+1
|
* optionally save scrollback rowsJesse Luehrs2019-11-091-1/+1
|
* improve benchmarks a bit moreJesse Luehrs2019-11-091-1/+8
|
* add more benchmarksJesse Luehrs2019-11-091-0/+32