|
Subject: Re: Newbie Performance Question Versus C++ Newsgroups: gmane.lisp.cmucl.general Date: 2004-02-03 15:06:48 GMT (5 years, 21 weeks, 4 days, 8 hours and 50 minutes ago)
> Is this a reasonable assumption? Should I expect to see a performance
> improvement, or would it be negligible?
>
> Any ideas or shared experience would be very much appreciated.
I have recently done comparison for applications of a difference stencil to
a 1000x1000 mesh. I have also written a short conference proceedings where
I suggest Common Lisp for scientific computing and report this result.
@inproceedings{NNeuss_2002b,
author = {N.~Neuss},
title = "On using {C}ommon {L}isp in scientific computing",
booktitle = "Proceedings of the CISC 2002",
journal = "LNCSE",
volume = "",
publisher = "Springer-Verlag",
year = "2003"
}
(You can get the preprint (which is identical to the proceedings version)
from <http://www.iwr.uni-heidelberg.de/sfb/PP/Preprint2002-40.ps.gz>. And
if someone is interested I'll put also the code somehwere on my homepage.)
Recently, I have improved this code (without understanding how
|
|
|