unprint - provide fast unbuffered print / say / put
https://raku.land/zef:lizmat/unprint
- Raku 100%
|
|
||
|---|---|---|
| .github | CI test prior to release | |
| .META | 0.0.7 | |
| doc | CI test prior to release | |
| lib | CI test prior to release | |
| t | Move doc and add preliminary coverage tests | |
| xt | 0.0.7 | |
| .gitignore | Move doc and add preliminary coverage tests | |
| Changes | 0.0.7 | |
| dist.ini | Move doc and add preliminary coverage tests | |
| LICENSE | Initial commit | |
| META6.json | 0.0.7 | |
| README.md | CI test prior to release | |
| run-tests | CI test prior to release | |
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.