[Coke] m: say 86*.4 01:17
camelia 34.4
timo what's that for?
[Coke] ww 01:25
03:22 apogee_ntv left 03:23 apogee_ntv joined 10:21 JRaspass left, JRaspass joined 10:27 jnthn left, jnthn joined 17:55 Voldenet left, Voldenet joined 21:30 MasterDuke joined
MasterDuke timo, Nicholas: our hash tables are already pretty good, but is there anything from these we could steal? byroot.github.io/ruby/performance/...ashes.html and byroot.github.io/ruby/performance/...ashes.html 21:31
timo: also, MoarVM seems to spend a lot of time doing (frame) dispatching. any ideas/thoughts for how to reduce that? 21:41
though honestly i think optimizing arrays might be more beneficial 21:48
even `raku -ne 'BEGIN my %h; if /\s+(\d+)/ { %h{$0}++ }; END say "$_: %h{$_}" for %h.keys' rakudo/gen/moar/CORE.*` spends more time in MVM_VMArray_push than hash-related code 21:49
21:54 MasterDuke left