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: Jon Harrop <use...@jdh30.plus.com>
Date: Sat, 13 Aug 2005 21:21:35 +0100
Local: Sat 13 Aug 2005 21:21
Subject: Re: Very poor Lisp performance
Juho Snellman wrote: Debian unstable has 0.9.3. It's upgrading now... :-) > <use...@jdh30.plus.com> wrote: >>>> 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". > That's a rather ancient version of SBCL, you might want to upgrade. > For example: I see. >> (defstruct (vec (:conc-name nil) (:constructor vec (x y z))) > This is using about 2x the memory of what you'd expect for each > Another possible pitfall on older SBCLs (<0.8.21) is that they don't Aha! Yes indeed. I just tried (load (compile-file "...")) and it runs in > honor the compiler policy for code entered on the repl, but compile it > with low speed, high debug/safety. If you've been pasting the code > into the repl instead of LOADing it, performance would indeed be > horrible. only 20secs compared to ~250secs from the top-level and 2.5secs for C++. Thanks for the help. I'll repost when I get results with the new compiler. -- 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.
| ||||||||||||||