From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chris Jester-Young Newsgroups: gmane.lisp.guile.devel Subject: Re: [PATCH] SRFI 41: Improve stream-constant and list->stream implementations Date: Wed, 4 Nov 2015 08:56:45 +1300 Message-ID: <20151103195645.GA1805@purple> References: <20151103012720.GA32949@purple> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1446580650 661 80.91.229.3 (3 Nov 2015 19:57:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 3 Nov 2015 19:57:30 +0000 (UTC) To: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Tue Nov 03 20:57:14 2015 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Zthhh-0004IL-BO for guile-devel@m.gmane.org; Tue, 03 Nov 2015 20:57:13 +0100 Original-Received: from localhost ([::1]:50683 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zthhg-0003DY-UO for guile-devel@m.gmane.org; Tue, 03 Nov 2015 14:57:12 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55192) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zthhe-0003DS-2C for guile-devel@gnu.org; Tue, 03 Nov 2015 14:57:10 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zthha-00018V-15 for guile-devel@gnu.org; Tue, 03 Nov 2015 14:57:09 -0500 Original-Received: from pb-smtp0.int.icgroup.com ([208.72.237.35]:50410 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZthhZ-00017d-Su for guile-devel@gnu.org; Tue, 03 Nov 2015 14:57:05 -0500 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by pb-smtp0.pobox.com (Postfix) with ESMTP id 8C01A280EA for ; Tue, 3 Nov 2015 14:57:04 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=date:from:to :subject:message-id:references:mime-version:content-type :in-reply-to; s=sasl; bh=/EYbO3D2ZbQS4ny+hvIRd9ZT7ho=; b=CyUnhNC wjFNRYwJIjmOyAyFSQ2URCquWI9XDP9vNrDKDS4yiCnEKUYpSqESJ9k2r5WUPnsV ZUcT+F0ahtpZYRVma10ASrXeithmz09znUvkI0wAjHQ2IaBL1UhusUBRDiFvwkZK xxrnlmD3/kSRcerhPcrPPTqkucTFbkYl6Iak= Original-Received: from pb-smtp0.int.icgroup.com (unknown [127.0.0.1]) by pb-smtp0.pobox.com (Postfix) with ESMTP id 84B82280E9 for ; Tue, 3 Nov 2015 14:57:04 -0500 (EST) Original-Received: from purple (unknown [115.188.80.29]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pb-smtp0.pobox.com (Postfix) with ESMTPSA id 8B21F280E5 for ; Tue, 3 Nov 2015 14:57:02 -0500 (EST) Mail-Followup-To: guile-devel@gnu.org Content-Disposition: inline In-Reply-To: <20151103012720.GA32949@purple> User-Agent: Mutt/1.5.23 (2014-03-12) X-Pobox-Relay-ID: 0D553CF6-8265-11E5-946A-6BD26AB36C07-57607449!pb-smtp0.pobox.com X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 208.72.237.35 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:17967 Archived-At: On Tue, Nov 03, 2015 at 02:27:20PM +1300, Chris Jester-Young wrote: > Date: Tue, 3 Nov 2015 14:10:36 +1300 > From: Chris Jester-Young > Subject: [PATCH] SRFI 41: Improve stream-constant performance. > > See http://srfi-email.schemers.org/srfi-41/msg/3066997 for more details. > --- Please disregard this patch; it's missing the required ChangeLog. My other thread on the list, that does include the ChangeLog in the commit message, is good to go. Many thanks, Chris.