chicken-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-hackers] [PATCH] Make string->list tail-recursive


From: lemonboy
Subject: [Chicken-hackers] [PATCH] Make string->list tail-recursive
Date: Sat, 25 Mar 2017 00:11:38 +0100

Hello hackers,
here's a small patch that makes `string->list' tail recursive, we gain
a small speed up and
one less word allocated for every iteration.
The patch has been made against the chicken-5 branch and should apply
cleanly to the
master branch too.

Cheers,
LemonBoy

Attachment: 0001-Rewrite-string-list-to-be-tail-recursive.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]