[cl-wiki-devel] Any speed tricks for SBCL?

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. -- Web (en): http://www.no-spoon.de/ -*- Web (de): http://www.frell.de/

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/
participants (1)
-
Stefan Scholl