Skip to content

Releases: kobilutil/errcolor

overlapped read boosts performance

28 Feb 00:04
Compare
Choose a tag to compare
use overlapped read to efficiently wait until there is data available

this boosts performance considerably when the write to stderr is done in
short bursts with very little data.
for example, run:
test.bat 11 22 1000

new mode: now can redirect stderr in the current console

26 Feb 03:39
Compare
Choose a tag to compare

usually errcolor will create a new console process with its stderr already redirected.

with the new mode, errcolor can also redirect stderr in an existing console without running another process or a subshell.

see "attach-errcolor-to-current-console.bat" in "tests" directory for an example.

basic command line support

24 Feb 22:36
Compare
Choose a tag to compare

usage: [-c ] [-e ]

v0.6

23 Feb 22:05
Compare
Choose a tag to compare

ready enough to use

first release

21 Feb 06:54
Compare
Choose a tag to compare
first release Pre-release
Pre-release
v0.5

Add screenshot