1
1
Fork
You've already forked unprint
0
unprint - provide fast unbuffered print / say / put https://raku.land/zef:lizmat/unprint
  • Raku 100%
Elizabeth Mattijsen 91d83cb8ea 0.0.7
2026年06月26日 09:27:52 +02:00
.github CI test prior to release 2026年06月26日 09:20:33 +02:00
.META 0.0.7 2026年06月26日 09:27:52 +02:00
doc CI test prior to release 2026年06月26日 09:20:33 +02:00
lib CI test prior to release 2026年06月26日 09:20:33 +02:00
t Move doc and add preliminary coverage tests 2025年01月11日 18:35:16 +01:00
xt 0.0.7 2026年06月26日 09:27:52 +02:00
.gitignore Move doc and add preliminary coverage tests 2025年01月11日 18:35:16 +01:00
Changes 0.0.7 2026年06月26日 09:27:52 +02:00
dist.ini Move doc and add preliminary coverage tests 2025年01月11日 18:35:16 +01:00
LICENSE Initial commit 2018年07月08日 14:58:19 +02:00
META6.json 0.0.7 2026年06月26日 09:27:52 +02:00
README.md CI test prior to release 2026年06月26日 09:20:33 +02:00
run-tests CI test prior to release 2026年06月26日 09:20:33 +02:00

Actions Status Actions Status Actions Status

NAME

unprint - provide fast print / say / put

SYNOPSIS

use unprint;
print "foo";
say "bar";
put 42;

DESCRIPTION

This module provides fast print, say and put subroutines that will directly write to STDOUT of the OS without any overhead caused by determining which $*OUT to actually use. This can make print, say and put upto 2x as fast.

AUTHOR

Elizabeth Mattijsen liz@raku.rocks

Source can be located at: https://codeberg.org/lizmat/unprint . Comments and Pull Requests are welcome.

If you like this module, or what I'm doing more generally, committing to a small sponsorship would mean a great deal to me!

COPYRIGHT AND LICENSE

Copyright 2018, 2020, 2021, 2024, 2025, 2026 Elizabeth Mattijsen

This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.