Primitive benchmark comparison (parsing LDIF)

2021-10-27 Thread Norman Gaywood
Executive summary: - comparing raku 2021.10 with raku 2021.9 -comparing 3 ways of parsing (although the 2 string function ways are similar) - raku 2021.10 is better than 2 times as fast as 2021.9 using the string functions - raku 2021.10 is about the same as 2021.9 using a more

Re: ftp client yet?

2021-10-27 Thread Ralph Mellor
> On 10/25/21 22:21, Ralph Mellor wrote: > > > > You should be aiming to end up being able to write > > something like the following three line Raku program: > > > > use lib:from 'dir-where-your-new-module-is'; > > use your-new-module:from; > > RmdirAndLoop 'junk', 1, 3; And when that's working,