Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Performance difference between struct and CLOS?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  Messages 26 - 32 of 32 - Collapse all  -  Translate all to Translated (View all originals) < Older 
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
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Kenneth Tilton  
View profile  
 More options Jan 15, 7:16 pm
Newsgroups: comp.lang.lisp
From: Kenneth Tilton <kentil...@gmail.com>
Date: Thu, 15 Jan 2009 19:16:20 -0500
Local: Thurs, Jan 15 2009 7:16 pm
Subject: Re: Performance difference between struct and CLOS?

Pascal J. Bourguignon wrote:
> "Steven M. Haflich" <s...@alum.mit.edu> writes:

>> Moritz U. wrote:
>>> Premature optimation is the source of all evil.
>> Preposterous!  There are innumerable other sources of evil,
>> and this observation doesn't depend on any idiosyncratic personal
>> definition of evil.

Mo' was being literal. I saw it on an infomercial. God created Person
and saw that we were Good. And slow and boring to be God of. Ever have a
turtle tank? He would have rengineered but he wanted Sunday off so to
get us moving He created Greed, Envy, and Lust.

hth,kth


    Reply to author    Forward  
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.
Discussion subject changed to "CLISP bignum performance." by George Neuner
George Neuner  
View profile  
 More options Jan 15, 10:56 pm
Newsgroups: comp.lang.lisp
From: George Neuner <gneun...@comcast.net>
Date: Thu, 15 Jan 2009 22:56:15 -0500
Local: Thurs, Jan 15 2009 10:56 pm
Subject: Re: CLISP bignum performance.
On Thu, 15 Jan 2009 19:23:35 +0000 (UTC), Waldek Hebisch

<hebi...@math.uni.wroc.pl> wrote:
>George Neuner <gneun...@comcast.net> wrote:

>> CLisp *does* have fast bignums - it uses the GMP library.

>I do not think CLISP uses GMP.  In the clisp sources I see another
>bignum implementation (CLN) and no traces of GMP use.

Ok, the confusion is that there are _2_ implementations called CLisp -
the original and "GNU Common Lisp" (aka GCL).  The GNU version is a
fork from the original.

Both versions did use GMP, GCL still does.  A bit of Googling turned
up that CLN was written by Bruno Haible - one of the original CLisp
authors.  CLN is newer than the GCL fork so I'm guessing CLisp has
switched bignum libraries.  Sorry for the confusion.

George


    Reply to author    Forward  
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.
Waldek Hebisch  
View profile  
 More options Jan 16, 1:41 am
Newsgroups: comp.lang.lisp
From: Waldek Hebisch <hebi...@math.uni.wroc.pl>
Date: Fri, 16 Jan 2009 06:41:29 +0000 (UTC)
Local: Fri, Jan 16 2009 1:41 am
Subject: Re: CLISP bignum performance.

George Neuner <gneun...@comcast.net> wrote:
> On Thu, 15 Jan 2009 19:23:35 +0000 (UTC), Waldek Hebisch
> <hebi...@math.uni.wroc.pl> wrote:

> >George Neuner <gneun...@comcast.net> wrote:

> >> CLisp *does* have fast bignums - it uses the GMP library.

> >I do not think CLISP uses GMP.  In the clisp sources I see another
> >bignum implementation (CLN) and no traces of GMP use.

> Ok, the confusion is that there are _2_ implementations called CLisp -
> the original and "GNU Common Lisp" (aka GCL).  The GNU version is a
> fork from the original.

The confusion is that both CLisp and GCL are GNU projects (and common
Lisp implementations).  But otherwise they are very different: GCL
is a descendant of Kyoto Common Lisp (via AKCL) which existed long
before CLisp was born.  AFAIK CLisp was independent creation.

--
                              Waldek Hebisch
hebi...@math.uni.wroc.pl


    Reply to author    Forward  
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.
Kaz Kylheku  
View profile  
 More options Jan 16, 4:08 am
Newsgroups: comp.lang.lisp
From: Kaz Kylheku <kkylh...@gmail.com>
Date: Fri, 16 Jan 2009 09:08:10 +0000 (UTC)
Local: Fri, Jan 16 2009 4:08 am
Subject: Re: CLISP bignum performance.
On 2009-01-16, George Neuner <gneun...@comcast.net> wrote:

> On Thu, 15 Jan 2009 19:23:35 +0000 (UTC), Waldek Hebisch
><hebi...@math.uni.wroc.pl> wrote:

>>George Neuner <gneun...@comcast.net> wrote:

>>> CLisp *does* have fast bignums - it uses the GMP library.

>>I do not think CLISP uses GMP.  In the clisp sources I see another
>>bignum implementation (CLN) and no traces of GMP use.

> Ok, the confusion is that there are _2_ implementations called CLisp -
> the original and "GNU Common Lisp" (aka GCL).  The GNU version is a
> fork from the original.

For from the original what? GCL is derived from Kyoto Common Lisp.
It was never called CLISP, and is not a fork of CLISP.

(Look, if you type "GCL CLISP" into Google, not only does it not
dig up any relationship between GCL and CLISP, but it corrects you:
``Did you mean: GCL LISP?'')

Drunk at party? :)


    Reply to author    Forward  
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.
George Neuner  
View profile  
 More options Jan 17, 10:24 pm
Newsgroups: comp.lang.lisp
From: George Neuner <gneun...@comcast.net>
Date: Sat, 17 Jan 2009 22:24:13 -0500
Local: Sat, Jan 17 2009 10:24 pm
Subject: Re: CLISP bignum performance.
On Fri, 16 Jan 2009 09:08:10 +0000 (UTC), Kaz Kylheku

Yeah maybe.  But didn't CLisp use GMP at one time?  Googling past
threads in c.l.l seems to suggest that it did but that it switched to
its own bignum implementation.  Bruno Haible wrote about CLN in 2001,
but I can't find any reference to when CLisp first used that code.
Posts prior to that re: CLisp and bignums all seem to deal with GMP.

I suppose if I cared enough I could email Bruno and ask him.

George


    Reply to author    Forward  
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.
Daniel Weinreb  
View profile  
 More options Jan 19, 6:52 pm
Newsgroups: comp.lang.lisp
From: Daniel Weinreb <d...@alum.mit.edu>
Date: Mon, 19 Jan 2009 23:52:38 GMT
Local: Mon, Jan 19 2009 6:52 pm
Subject: Re: CLISP bignum performance.

George Neuner wrote:
> On Thu, 15 Jan 2009 19:23:35 +0000 (UTC), Waldek Hebisch
> <hebi...@math.uni.wroc.pl> wrote:

> Ok, the confusion is that there are _2_ implementations called CLisp -
> the original and "GNU Common Lisp" (aka GCL).  The GNU version is a
> fork from the original.

Actually the two have no common technical descent.

The basic story about these two implementations (in fact,
about all eleven currently-maintained Common Lisp
implementations) can be found here:

http://common-lisp.net/~dlw/LispSurvey.html

Executive summary:

Gnu CL, also known as GCL, originally comes from Yuasa
and Hagiya's Kyoto Common Lisp.  William Schelter did
extensive work, producing AKCL.  It was adopted by the
GNU project and given its current name.

Gnu CLISP is originally by Michael Stoll.  Bruno
Habile joined him, and Sam Steingold is another
major maintainer.  It compiles to a byte code, because
it was originally created for small microcomputers.


    Reply to author    Forward  
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.
Jason Riedy  
View profile  
 More options Jan 20, 6:53 pm
Newsgroups: comp.lang.lisp
From: Jason Riedy <ja...@acm.org>
Date: Tue, 20 Jan 2009 18:53:44 -0500
Local: Tues, Jan 20 2009 6:53 pm
Subject: Re: CLISP bignum performance.

And Daniel Weinreb writes:
> Gnu CLISP is originally by Michael Stoll.  Bruno
> Habile joined him, and Sam Steingold is another
> major maintainer.  It compiles to a byte code, because
> it was originally created for small microcomputers.

FYI, CLISP now also contains a just-in-time compiler via GNU
Lighting.  The machine code is saved in the .fas files, so
it's not purely a byte code system.

CLISP appears to have sprouted thread support, too.

Jason


    Reply to author    Forward  
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.
End of messages < Older 
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google