From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Mikael Djurfeldt Newsgroups: gmane.lisp.guile.devel Subject: Shared arrays Date: Thu, 28 Oct 2004 11:31:19 +0200 Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: Reply-To: Mikael Djurfeldt NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1098955920 20760 80.91.229.6 (28 Oct 2004 09:32:00 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 28 Oct 2004 09:32:00 +0000 (UTC) Cc: djurfeldt@nada.kth.se, guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Thu Oct 28 11:31:45 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CN6dE-0006i7-00 for ; Thu, 28 Oct 2004 11:31:45 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CN6l1-0004Mc-QH for guile-devel@m.gmane.org; Thu, 28 Oct 2004 05:39:47 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CN6kp-0004M1-VW for guile-devel@gnu.org; Thu, 28 Oct 2004 05:39:36 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CN6kp-0004Lp-EP for guile-devel@gnu.org; Thu, 28 Oct 2004 05:39:35 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CN6kp-0004Lm-9c for guile-devel@gnu.org; Thu, 28 Oct 2004 05:39:35 -0400 Original-Received: from [213.212.20.77] (helo=kvast.blakulla.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CN6cs-0006br-9q for guile-devel@gnu.org; Thu, 28 Oct 2004 05:31:22 -0400 Original-Received: from mamaliga.blakulla.net ([213.212.21.241] helo=witch) by kvast.blakulla.net with esmtp (Exim 3.36 #1 (Debian)) id 1CN6cp-0000d9-00; Thu, 28 Oct 2004 11:31:19 +0200 Original-Received: from mdj by witch with local (Exim 4.34) id 1CN6cp-00029u-FY; Thu, 28 Oct 2004 11:31:19 +0200 Original-To: marius.vollmer@uni-dortmund.de 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: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.devel:4302 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:4302 2004-10-27 Marius Vollmer First cut at integrating uniform vectors from srfi-4 with the rest of Guile. This change replaces scm_tc7_byvect with a s8 uniform vector. The plan is to gradually replace one type after the other until none is left and then to consider general cleanups and optimizations. This is great. Just one comment. I do hope we'll keep the ability to create shared arrays. This is similar in spirit to list structures and mutation-sharing substrings, and extremely useful. M _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel