imj-measure-stdout: An application to determine the maximum capacity of stdout buffer.
The program helps you determine the maximum capacity of your stdout buffer.
It was initially developped to diagnose screen tearing issues in a terminal-based game I was developping, and more specifically, to see the effect of the following action :
hSetBuffering stdout $ BlockBuffering $ Just maxBound
Using this program, I found that, on my system, the previous call quadruples stdout's capacity, from 2048 to 8192 bytes.
[Skip to Readme]
Downloads
- imj-measure-stdout-0.1.0.2.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1.0.2 |
---|---|
Change log | CHANGELOG.md |
Dependencies | base (>=4.8 && <4.11), imj-prelude (>=0.1 && <0.2), optparse-applicative (>=0.14 && <0.15) [details] |
Tested with | ghc ==8.0.2, ghc ==8.2.2 |
License | BSD-3-Clause |
Copyright | 2017 - 2018 Olivier Sohn |
Author | Olivier Sohn |
Maintainer | olivier.sohn@gmail.com |
Category | Console, Terminal |
Home page | https://github.com/OlivierSohn/hamazed/blob/master/imj-measure-stdout/README.md |
Bug tracker | https://github.com/OlivierSohn/hamazed/issues/ |
Source repo | head: git clone https://github.com/OlivierSohn/hamazed/(imj-measure-stdout) |
Uploaded | by OlivierSohn at 2018-01-01T10:15:58Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Executables | imj-measure-stdout-exe |
Downloads | 914 total (2 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |