The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
Newsgroups: comp.lang.lisp
From: Juho Snellman <jsn...@iki.fi>
Date: 13 Aug 2005 18:31:27 GMT
Local: Sat 13 Aug 2005 19:31
Subject: Re: Very poor Lisp performance
<use...@jdh30.plus.com> wrote: That's a rather ancient version of SBCL, you might want to upgrade. >>> My system is an unladen 900MHz Athlon T-bird with 768Mb RAM running Debian >>> testing with SBCL 0.8.16 and CMUCL "19b-release-20050628-3 + minimal >>> debian patches". For example: > (defstruct (vec (:conc-name nil) (:constructor vec (x y z))) This is using about 2x the memory of what you'd expect for each > (x 0.0 :type single-float) > (y 0.0 :type single-float) > (z 0.0 :type single-float)) instance, and doing an extra memory indirection for each slot access. Proper support for storing the floats "raw" in the struct was added in 0.9.2 by David Lichteblau. Another possible pitfall on older SBCLs (<0.8.21) is that they don't -- You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||