5 ms·
Not familiar with Raku, but that grep call seems like it would be quite a bit slower than the Ruby equivalent at runtime if it’s anything like a normal grep. Is
by setpatchaddress 5y ago
Not familiar with Raku, but that grep call seems like it would be quite a bit slower than the Ruby equivalent at runtime if it’s anything like a normal grep. Is there some magic there that would make that not so?
Edit: clarity
- chrisoverzero 5y ago“grep” is how raku spells what is elsewhere called “filter” or “where”.