From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Julian Graham Newsgroups: gmane.lisp.guile.devel Subject: Re: [PATCH] Performance improvement for R6RS records Date: Mon, 4 Oct 2010 09:48:33 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1286200130 20981 80.91.229.12 (4 Oct 2010 13:48:50 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 4 Oct 2010 13:48:50 +0000 (UTC) Cc: guile-devel To: Andy Wingo Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon Oct 04 15:48:49 2010 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1P2lPI-0002Y5-Mh for guile-devel@m.gmane.org; Mon, 04 Oct 2010 15:48:44 +0200 Original-Received: from localhost ([127.0.0.1]:40747 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P2lPI-00088L-8S for guile-devel@m.gmane.org; Mon, 04 Oct 2010 09:48:44 -0400 Original-Received: from [140.186.70.92] (port=43939 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P2lPA-00088C-TJ for guile-devel@gnu.org; Mon, 04 Oct 2010 09:48:37 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P2lP9-0007yv-Pz for guile-devel@gnu.org; Mon, 04 Oct 2010 09:48:36 -0400 Original-Received: from mail-iw0-f169.google.com ([209.85.214.169]:56075) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P2lP9-0007ym-La for guile-devel@gnu.org; Mon, 04 Oct 2010 09:48:35 -0400 Original-Received: by iwn36 with SMTP id 36so28206iwn.0 for ; Mon, 04 Oct 2010 06:48:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=5O6jmAw12KomPrjrUyCwDChxKVu/zGSCbPQXKGU1ijU=; b=BOM04D9SpKgFnsRREnA9hCrQRWsk9JxKdHmTfkY2zRNJszGOySvZkaQGQ/oE4SAayV vghd5VD5G9tRXFdwFI00Gr/xNB/BlbMPPFT9c8iJ+mxQmrlAPikn2lZrw/KLzd4Rjpal r0XKf23sYOkk6eHFq8l/fWccmP/PdB4FPBYxk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=P94GocFcv+wT0H8hY3Yl/Xh7JsC9HiKskw8sTGBRxz7TCCt0c+8jdThlCDWZbb5ISk gkx4/luwswb7kPszyg3EfP/+4ON2EbcktiU7nVQqTbATNV6tZxg4aaCqAxIi7awSNaLX LJW9YGcym+gXYgRrXS6dl+qCY+JkXGEJpb7UM= Original-Received: by 10.231.174.84 with SMTP id s20mr10183165ibz.94.1286200114029; Mon, 04 Oct 2010 06:48:34 -0700 (PDT) Original-Received: by 10.231.161.18 with HTTP; Mon, 4 Oct 2010 06:48:33 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:10995 Archived-At: Hi Andy, > Do you still need some help here? I can try to work up some code to make > an example. Um, yes? If you've got the time. (Sorry for the way-late reply -- I've been distracted with apartment hunting / moving.) Thanks, Julian