Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Flush file contents each frame and when closing the file | Ben Bridle | 2024-04-24 |
| | |||
* | Change stream device to use buffered streams | Ben Bridle | 2024-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.0 | Ben Bridle | 2023-12-24 |