[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-hackers] [PATCH] Improve srfi-13 performance quite a bit by
From: |
Jörg F. Wittenberger |
Subject: |
Re: [Chicken-hackers] [PATCH] Improve srfi-13 performance quite a bit by inlining optarg handling |
Date: |
Sat, 28 Sep 2019 19:18:36 +0200 |
Am Fri, 27 Sep 2019 23:27:23 +0200
schrieb address@hidden:
> > Hi all,
> >
> > Attached is a relatively straightforward patch for SRFI-13. It
> > changes the let-string-start+end macro (and also
> > let-string-start+end2 but that isn't exported) so that it uses
> > let-optionals* and the entire picking apart of the rest arg list
> > into start/end can be completely inlined, as well as checking the
> > values against the string length(s).
>
> Wonderful! Applied and tagged (0.3).
Would it make sense to apply this also on Chicken 4?
I see the latter living for quite a while.
If nothing else than if it just was for me. :-/
- [Chicken-hackers] [PATCH] Improve srfi-13 performance quite a bit by inlining optarg handling, Peter Bex, 2019/09/27
- Re: [Chicken-hackers] [PATCH] Improve srfi-13 performance quite a bit by inlining optarg handling, felix . winkelmann, 2019/09/27
- Re: [Chicken-hackers] [PATCH] Improve srfi-13 performance quite a bit by inlining optarg handling,
Jörg F. Wittenberger <=
- Re: [Chicken-hackers] [PATCH] Improve srfi-13 performance quite a bit by inlining optarg handling, Matt Welland, 2019/09/28
- Re: [Chicken-hackers] [PATCH] Improve srfi-13 performance quite a bit by inlining optarg handling, Vasilij Schneidermann, 2019/09/28
- Re: [Chicken-hackers] [PATCH] Improve srfi-13 performance quite a bit by inlining optarg handling, Kon Lovett, 2019/09/28
- Re: [Chicken-hackers] [PATCH] Improve srfi-13 performance quite a bit by inlining optarg handling, Ivan Raikov, 2019/09/29
- Re: [Chicken-hackers] [PATCH] Improve srfi-13 performance quite a bit by inlining optarg handling, Peter Bex, 2019/09/29
- Re: [Chicken-hackers] [PATCH] Improve srfi-13 performance quite a bit by inlining optarg handling, felix . winkelmann, 2019/09/28
- Re: [Chicken-hackers] [PATCH] Improve srfi-13 performance quite a bit by inlining optarg handling, felix . winkelmann, 2019/09/29