Groups | Search | Server Info | Login | Register
Groups > perl.perl5.porters > #99844
| Newsgroups | perl.perl5.porters |
|---|---|
| Date | 2026-02-05 11:31 +0100 |
| Subject | Re: Gain performances and fix some issues using XS |
| Message-ID | <aYRxnYw7w5VMp4DW@kapow.home> (permalink) |
| References | <aYRsxwEr2Jop5mtY@prometheus> |
| From | philippe@bruhat.net ("Philippe Bruhat (BooK)") |
On Thu, Feb 05, 2026 at 11:11:19AM +0100, Marc Chantreux wrote:
>
> 1. make it faster at execution
> 2. make it even faster/easy to write with expressions instead blocks
> with filter/apply (which are "on demand" conterparts of grep/map).
> 3. put a value back to the stream in case of failure
Point 2 reminds me of Graham's generic "iterators" proposal that we
discussed during the PTS in 2023 in Lyon. Generalizing the idea of map
and grep in the language.
Maybe it's time someone gets that PPC written?
--
Philippe Bruhat (BooK)
Only a fool follows orders without knowing why.
(Moral from Groo The Wanderer #86 (Epic))
Back to perl.perl5.porters | Previous | Next — Previous in thread | Next in thread | Find similar
Gain performances and fix some issues using XS mc@unistra.fr (Marc Chantreux) - 2026-02-05 11:11 +0100
Re: Gain performances and fix some issues using XS philippe@bruhat.net ("Philippe Bruhat (BooK)") - 2026-02-05 11:31 +0100
Re: Gain performances and fix some issues using XS mc@unistra.fr (Marc Chantreux) - 2026-02-08 11:37 +0100
csiph-web