aboutsummaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* attempt to avoid copies by writing directly to a std::io::Writedirect-writeJesse Luehrs2019-11-132-10/+13
| | | | | | | 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-103-3/+3
|
* optionally save scrollback rowsJesse Luehrs2019-11-093-3/+3
|
* improve benchmarks a bit moreJesse Luehrs2019-11-093-3/+24
|
* add more benchmarksJesse Luehrs2019-11-093-0/+55
|
* add a more realistic benchmarkJesse Luehrs2019-11-091-0/+32