summaryrefslogtreecommitdiff
path: root/src/devices/stream.rs
Commit message (Collapse)AuthorAge
* Flush file contents each frame and when closing the fileBen Bridle2024-04-24
|
* Change stream device to use buffered streamsBen Bridle2024-01-31
| | | | | | | | Wrapping stdin and stdout with BufReader and BufWriter makes reads and writes more efficient by bundling multiple characters into a single read or write operation. In practice, this hasn't made a difference to running the numbers demo, but that demo spends the majority of processor time converting values to decimal strings.
* First commitv0.1.0Ben Bridle2023-12-24