🦋 Welcome to the IRC channel of the core developers of the Raku Programming Language (raku.org #rakulang). This channel is logged for the purpose of history keeping about its development | evalbot usage: 'm: say 3;' or /msg camelia m: ... | log inspection situation still under development | For MoarVM see #moarvm Set by lizmat on 22 May 2021. |
|||||||||||||||||||||||||||||||||||||||
00:02
reportable6 left,
reportable6 joined
01:27
frost joined
04:04
Colt2 joined,
Colt2 left,
Colt2 joined
04:05
Colt left
04:06
Colt2 left
04:07
Colt joined
05:54
ugexe left,
camelia left
05:55
ugexe joined
05:57
camelia joined
06:02
reportable6 left
07:02
linkable6 left,
sourceable6 left,
squashable6 left,
nativecallable6 left,
bloatable6 left,
bisectable6 left,
quotable6 left,
statisfiable6 left,
unicodable6 left,
notable6 left,
evalable6 left,
coverable6 left,
shareable6 left,
tellable6 left,
greppable6 left,
benchable6 left,
committable6 left,
releasable6 left
07:03
unicodable6 joined,
reportable6 joined
07:04
notable6 joined,
greppable6 joined,
coverable6 joined,
bloatable6 joined,
linkable6 joined
07:05
statisfiable6 joined,
benchable6 joined,
tellable6 joined
|
|||||||||||||||||||||||||||||||||||||||
Geth | ¦ rakudo: patrickbkr self-assigned Missing download signature public key github.com/rakudo/rakudo/issues/4642 | 07:10 | |||||||||||||||||||||||||||||||||||||
08:05
evalable6 joined,
shareable6 joined,
quotable6 joined,
squashable6 joined
09:05
releasable6 joined,
committable6 joined
09:28
tbrowder left,
zostay left,
leont left
09:29
kawaii_ left,
SmokeMachine_ joined,
SmokeMachine left,
SmokeMachine_ is now known as SmokeMachine
09:30
kawaii_ joined
09:31
leont joined,
tbrowder joined
09:32
zostay joined
10:03
nativecallable6 joined
10:04
bisectable6 joined
|
|||||||||||||||||||||||||||||||||||||||
lizmat | Files=1349, Tests=117873, 304 wallclock secs (34.47 usr 9.31 sys + 4240.12 cusr 341.90 csys = 4625.80 CPU) | 10:18 | |||||||||||||||||||||||||||||||||||||
11:04
sourceable6 joined
11:39
Altai-man joined
12:02
reportable6 left
12:04
reportable6 joined
13:16
frost left
15:21
Colt left
15:32
patrickb joined
15:43
Kaiepi left
15:59
Altai-man left
16:51
patrickb left,
patrickb joined
16:57
patrickb left
16:58
patrickb joined
17:03
patrickb left
17:04
patrickb joined
17:07
patrickb left
17:08
patrickb joined
17:09
patrickb left
17:10
patrickb joined
17:14
patrickb left,
patrickb joined
17:15
patrickb left
17:24
rypervenche left
17:58
rypervenche joined
18:02
reportable6 left
18:03
reportable6 joined
18:29
squashable6 left
18:30
squashable6 joined
|
|||||||||||||||||||||||||||||||||||||||
lizmat | PSA: the Rakudo Weekly News will be published tomorrow, 23 November 2021 | 19:21 | |||||||||||||||||||||||||||||||||||||
19:52
gfldex left,
gfldex joined
|
|||||||||||||||||||||||||||||||||||||||
[Tux] |
|
19:58 | |||||||||||||||||||||||||||||||||||||
21:06
Kaiepi joined
|
|||||||||||||||||||||||||||||||||||||||
Xliff | Getting this from recently recompiled rakudo: | 21:06 | |||||||||||||||||||||||||||||||||||||
Cannot resolve caller print(Any:U: BOOTStr); none of these signatures match: | |||||||||||||||||||||||||||||||||||||||
(Mu: *%_) | |||||||||||||||||||||||||||||||||||||||
That BOOTStr has me guessing it's not my codE? | 21:07 | ||||||||||||||||||||||||||||||||||||||
timo | also looks like it's being called on an undefined object | 21:21 | |||||||||||||||||||||||||||||||||||||
--xll-exceptiff should give a hint | 21:22 | ||||||||||||||||||||||||||||||||||||||
Geth | DBIish/rbt.large-result-performance: 63dee22844 | (Rod Taylor)++ | 3 files Improve performance of large results By handling the type selection once per query instead of once per record, quite a bit of time is shaved off the conversion in MoarVM 2021.10. For this sample bit of code, execution time goes from 70 seconds to 45 seconds. While a good improvement, similar code in Perl runs in a sub-second time using DBD::Pg. my constant $records = 1_000_000; ... (7 more lines) |
21:32 | |||||||||||||||||||||||||||||||||||||
DBIish/rbt.large-result-performance: 8242f14278 | (Rod Taylor)++ | 3 files Improve performance of large results By handling the type selection once per query instead of once per record, quite a bit of time is shaved off the conversion in MoarVM 2021.10. For this sample bit of code, execution time goes from 70 seconds to 45 seconds. While a good improvement, similar code in Perl runs in a sub-second time using DBD::Pg. my constant $records = 1_000_000; ... (7 more lines) |
21:35 | ||||||||||||||||||||||||||||||||||||||
DBIish/rbt.large-result-performance: 6e747c5ca3 | (Rod Taylor)++ | 3 files Improve performance of large results By handling the type selection once per query instead of once per record, quite a bit of time is shaved off the conversion in MoarVM 2021.10. For this sample bit of code, execution time goes from ~80 seconds to ~40 seconds. While a good improvement, similar code in Perl runs in a sub-second time using DBD::Pg. my constant $records = 1_000_000; ... (9 more lines) |
21:57 | ||||||||||||||||||||||||||||||||||||||
DBIish/rbt.large-result-performance: c656ee5391 | (Rod Taylor)++ | 3 files Improve performance of large results By handling the type selection once per query instead of once per record, quite a bit of time is shaved off the conversion in MoarVM 2021.10. For this sample bit of code, execution time goes from ~80 seconds to ~40 seconds. While a good improvement, similar code in Perl runs in a sub-second time using DBD::Pg. my constant $records = 1_000_000; ... (9 more lines) |
22:03 | ||||||||||||||||||||||||||||||||||||||
DBIish: c656ee5391 | (Rod Taylor)++ | 3 files Improve performance of large results By handling the type selection once per query instead of once per record, quite a bit of time is shaved off the conversion in MoarVM 2021.10. For this sample bit of code, execution time goes from ~80 seconds to ~40 seconds. While a good improvement, similar code in Perl runs in a sub-second time using DBD::Pg. my constant $records = 1_000_000; ... (9 more lines) |
22:04 | ||||||||||||||||||||||||||||||||||||||
22:06
evalable6 left,
linkable6 left
22:07
linkable6 joined
22:53
lizmat_ joined,
RakuIRCLogger left,
TempIRCLogger__ joined
22:54
Geth__ joined,
TempIRCLogger left,
Geth left,
Geth__ left,
Geth joined,
lizmat left
22:55
lizmat_ left
22:56
lizmat joined
23:07
evalable6 joined
23:20
squashable6 left
|