🦋 Welcome to the MAIN() IRC channel of the Raku Programming Language (raku.org). Log available at irclogs.raku.org/raku/live.html . If you're a beginner, you can also check out the #raku-beginner channel!
Set by lizmat on 6 September 2022.
CIAvash weekly: Raku is surprisingly good for CLIs - Hillel Wayne programming.dev/post/5233199 05:47
notable6 CIAvash, Noted! (weekly)
CIAvash weekly: App::Rak - 21st century grep / find / ack / ag / rg on steroids programming.dev/post/5233383 05:47
notable6 CIAvash, Noted! (weekly)
lizmat news.ycombinator.com/item?id=38109386 also :-) 10:59
jdv and its perf yet again:( 13:45
tonyo there's a lot of constructive feedback in that performance thread 13:52
coleman what I like about the grep use case is it's a good test for performance improvements and regression 14:03
tonyo i mean constructive feedback outside of the tool itself, the comments about PR or marketing are pretty explicit in saying "i need more to give it a try" 14:08
news.ycombinator.com/item?id=38110009 14:09
coleman agreed that's constructive. especially by HN standards 14:27
ugexe I wonder how much time is spent in GC for App::Raku and if it would make sense to have an option to disable GC altogether (if that is even possible) 14:47
Geth raku.org: 9e56e2d9b8 | (Will Coleda)++ | source/community/index.html
Remove commented out content
15:24
Geth raku.org: 69f62cdc05 | (Will Coleda)++ | source/fun/index.html
minor formatting update

Don't force equal height on this small box.
15:34
Guest5 hi, it seems that .minpairs used to return a Seq, it now returns a List (2023.08+). I think returning a List is better because it cannot lazily generate the values anyway. Documentation still says returns Seq. What could be done for this 17:48
[Coke] bravely tries to build rakudo latest on windows 18:19
You could open a ticket or a PR on github.com/raku/doc, that would be great.
if there's an appropriate role or something that the spec tests are checking for, we should say that instead of the specific, we'll check 18:20
Guest71 thanks 18:42
[Coke] wow, it's been so long since I installed on windows, had to change zef's branch to main 18:49
raku is fine, zef is fine... can't install JSON::Fast 18:54
the old ...../<ID>.tmp: No such file or directory
El_Che hallo 19:19
tbrowder__ \o 19:47
ugexe raku-lib.com/ hmmm 21:53
tonyo a relaxing way to enjoy raku 22:13
not every day is will smith in miami
librasteve ugexe: i doubt that GC is material - my intuition is that 80% of Rak are short running ... so GC will not start ... for the rest you are in the 5GB logfile territory that ripgrep serves ... and I suspect that Rak for large cases like this will need some GC to avoid filling memory... 23:16
ugexe the mmap enabled query of rg used 700ish MB of memory 23:25
that is why i was wondering
if it is significantly faster than it might not matter if it uses more memory 23:26