github.com/moarvm/moarvm | IRC logs at colabti.org/irclogger/irclogger_logs/moarvm
Set by AlexDaniel on 12 June 2018.
nwc10 good *, #moarvm 08:24
MasterDuke jnthn, lizmat: any suggestions re github.com/benhoyt/countwords/pull/74 ? 15:40
jnthn And I thought dispatch in Raku was an effort... 2021.programming-conference.org/de...ctions-in-
moritz jnthn: wow, what a gem! 15:42
MasterDuke running the examples in 6guts.wordpress.com/2017/07/02/opt...om-a-file/ with the file used in github.com/benhoyt/countwords/pull/74, i get 0.29s for perl and 0.47 for raku (at moarmv/nqp/rakudo HEAD) 15:50
MasterDuke but running the perl version in github.com/benhoyt/countwords/pull/74 only takes 1.2s for me compared to 9.5s for the equivalent raku version 16:24
and yeah, wow, i had no idea function calling in r was that complicated 16:27
nine That reads like someone really tried to make function calls as hard as possible :D 16:39
MasterDuke running the perl version but opening as utf-8 slows it to 1.95s 16:50
oh right, this is where perf says MVM_multi_cache_find_callsite_args is the most expensive moarvm function 16:57