imj-measure-stdout: An application to determine the maximum capacity of stdout buffer.

[ bsd3, console, program, terminal ] [ Propose Tags ]

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

Maintainer's Corner

Package maintainers

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]
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 879 total (5 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]

Readme for imj-measure-stdout-0.1.0.2

[back to package description]

What is it?

A terminal program I wrote to visually determine the maximal size of stdout.