[cl-wiki-devel] Any speed tricks for SBCL?
Stefan Scholl
sscholl at common-lisp.net
Wed Nov 19 20:58:52 UTC 2008
On 2008-08-05 13:08:59, Stefan Scholl wrote:
> When you use CMUCL you are advised to set *PRINT-PRETTY* to nil
> and call MP::STARTUP-IDLE-AND-TOP-LEVEL-LOOPS
>
> Are there any similar tricks for SBCL? CL-WIKI feels a bit slow
> when I try it with SBCL.
Problem solved with release 0.3.2
Using strings as parameters to the CL-PPCRE functions wasn't a
good idea. Ralf Stoye's patch generates and caches scanner
functions. CL-PPCRE now doesn't have to generate them for every
call, over and over again.
--
Web (en): http://www.no-spoon.de/ -*- Web (de): http://www.frell.de/
More information about the Cl-wiki-devel
mailing list