Welcome the channel on the development of Cro, a set of libraries for building reactive distributed systems, lovingly crafted to take advantage of all the Raku Programming Language has to offer (cro.services). This channel is being logged for historical purposes.
Set by lizmat on 24 May 2021.
00:14 Pe_Elle joined 01:17 Pe_Elle left 01:27 Pe_Elle joined 01:34 lizmat_ left, lizmat joined 02:32 Pe_Elle left 02:47 Pe_Elle joined 02:53 Pe_Elle left, Pe_Elle joined 05:38 Pe_Elle left 05:49 Pe_Elle joined 05:54 Pe_Elle left 06:08 Pe_Elle joined 07:03 Pe_Elle left, Pe_Elle joined 09:52 Pe_Elle left 09:53 Pe_Elle joined 09:58 Pe_Elle left 10:20 sena_kun joined 10:22 Pe_Elle joined 10:27 Pe_Elle left 10:46 Pe_Elle joined 11:50 Pe_Elle left 12:05 Pe_Elle joined 13:08 Pe_Elle left 13:37 Pe_Elle joined 14:40 Pe_Elle left 14:42 Pe_Elle joined 14:50 Pe_Elle left 15:04 Pe_Elle joined
aruniecrisps Hi everyone, so I've been using cro to make this for a while, github.com/arunvickram/begumpura and i was wondering if there was any way to speed up the build time when running cro run? I'm getting like 2-3 second delays when refreshing the page 16:01
16:07 Pe_Elle left 16:21 Pe_Elle joined 17:23 Pe_Elle left 17:38 Pe_Elle joined 18:40 Pe_Elle left 18:44 Pe_Elle joined 19:51 Pe_Elle left 19:56 rypervenche joined 20:06 Pe_Elle joined
librasteve hi arun … sorry i was unable to help via your pm … having looked at the source i would guess that the server build time is dominated by running the 16ish crotmp files through the syntax Grammar (as mentioned Raku Grammars are doing a lot and they can be quite slow) 20:40
I suggest you comment out the use statements for a chunk of these and see if the build time is faster … then you will know where the slow path is 20:41
If that’s the case, then maybe you can move the “library” of crotmp to a module and zef install that so that these are already precompiled ….?? 20:44
21:07 Pe_Elle left 21:23 Pe_Elle joined 22:24 Pe_Elle left 22:37 sena_kun left, Pe_Elle joined
aruniecrisps @librasteve i feel like you shouldn't have to do any of that to not have a relatively slow feedback loop for a framework like cro 22:54
23:40 Pe_Elle left 23:55 Pe_Elle joined