home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / lang / function / 948 < prev    next >
Encoding:
Text File  |  1992-07-23  |  1.2 KB  |  34 lines

  1. Newsgroups: comp.lang.functional
  2. Path: sparky!uunet!usc!sdd.hp.com!mips!pacbell.com!decwrl!parc!news!delacour
  3. From: delacour@waxwing.parc.xerox.com (Vincent Delacour)
  4. Subject: Re: Gabriel benchmarks in a functional language?
  5. In-Reply-To: dbh@doc.ic.ac.uk's message of 23 Jul 92 15:24:42 GMT
  6. Message-ID: <DELACOUR.92Jul23110032@waxwing.parc.xerox.com>
  7. Sender: news@parc.xerox.com
  8. Organization: Xerox PARC, Palo Alto, CA
  9. References: <DBH.92Jul23152442@wombat.doc.ic.ac.uk>
  10. Date: 23 Jul 92 11:00:32
  11. Lines: 21
  12.  
  13.  
  14. In article <DBH.92Jul23152442@wombat.doc.ic.ac.uk> dbh@doc.ic.ac.uk (Denis Howe) writes:
  15.  
  16.    Have the Gabriel benchmarks been translated into a functional
  17.    language?  I am thinking of translating them from Scheme to Haskell.
  18.    --
  19.    Denis Howe <dbh@doc.ic.ac.uk>
  20.    Does this question have an answer?
  21.  
  22.  
  23. Francis Dupont of INRIA has translated some of the Gabriel benchmarks
  24. in a lazy variant of CAML. He found that, eg, the Boyer test program
  25. was running faster in lazy mode than in eager mode, because most of
  26. the lists it creates do not get used! 
  27.  
  28. Feel free to consider this a proof that lazyness is superior to
  29. eagerness <8^]. IMO this is at best a proof that benchmarks are often
  30. meaningless.
  31.  
  32.     Vincent
  33.  
  34.